Color spaces of #adadf4
RGB | 173 | 173 | 244 |
---|---|---|---|
HSL | 0.67 | 0.76 | 0.82 |
HSV | 240° | 29° | 96° |
CMYK | 0.29 | 0.29 | 0.00 0.04 |
XYZ | 48.5063 | 45.3030 | 91.7758 |
Yxy | 45.3030 | 0.2614 | 0.2441 |
Hunter Lab | 67.3075 | 10.8509 | -33.7284 |
CIE-Lab | 73.0910 | 15.5545 | -35.3184 |
#adadf4 color RGB value is (173,173,244).
#adadf4 hex color red value is 173, green value is 173 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #adadf4 hue: 0.67 , saturation: 0.76 and the lightness value of adadf4 is 0.82.
The process color (four color CMYK) of #adadf4 color hex is 0.29, 0.29, 0.00, 0.04. Web safe color of #adadf4 is #9999ff. Color #adadf4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10101101 | 11110100 |
Octal | 255 | 255 | 364 |
Decimal | 173 | 173 | 244 |
Hex | AD | AD | F4 |
Shades of #adadf4
Tints of #adadf4
RGB Percentages of Color #adadf4
CMYK Percentages of Color #adadf4
Complementary Color
#adadf4 | #f4f4ad |
#adadf4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adadf4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adadf4 Color CSS Codes
.mybgcolor {background-color:#adadf4; } .myforecolor {color:#adadf4; } .mybordercolor {border:3px solid #adadf4; }
#adadf4 Text Font Color
<p style="color:#adadf4">Text here</p>
This sample text font color is #adadf4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#adadf4 Background Color
<div style="background-color:#adadf4">
Div content here</div>
This div background color is #adadf4
#adadf4 Border Color
<div style="border:3px solid #adadf4">
Div here</div>
This div border color is #adadf4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,173,244, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adadf4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adadf4; -webkit-box-shadow: 1px 1px 3px 2px #adadf4; box-shadow: 1px 1px 3px 2px #adadf4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,173,244, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adadf4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adadf4; -webkit-box-shadow: 1px 1px 3px 2px #adadf4; box-shadow: 1px 1px 3px 2px #adadf4;">
Div content here</div>
This div box has shadow with color #adadf4
Comments
No comments written yet.
Please login to write comment.