Color spaces of #adade2
RGB | 173 | 173 | 226 |
---|---|---|---|
HSL | 0.67 | 0.48 | 0.78 |
HSV | 240° | 23° | 89° |
CMYK | 0.23 | 0.23 | 0.00 0.11 |
XYZ | 45.9046 | 44.2624 | 78.0756 |
Yxy | 44.2624 | 0.2728 | 0.2631 |
Hunter Lab | 66.5300 | 6.7346 | -23.0082 |
CIE-Lab | 72.4035 | 11.2421 | -26.5919 |
#adade2 color RGB value is (173,173,226).
#adade2 hex color red value is 173, green value is 173 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #adade2 hue: 0.67 , saturation: 0.48 and the lightness value of adade2 is 0.78.
The process color (four color CMYK) of #adade2 color hex is 0.23, 0.23, 0.00, 0.11. Web safe color of #adade2 is #9999cc. Color #adade2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10101101 | 11100010 |
Octal | 255 | 255 | 342 |
Decimal | 173 | 173 | 226 |
Hex | AD | AD | E2 |
Shades of #adade2
Tints of #adade2
RGB Percentages of Color #adade2
CMYK Percentages of Color #adade2
Complementary Color
#adade2 | #e2e2ad |
#adade2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adade2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adade2 Color CSS Codes
.mybgcolor {background-color:#adade2; } .myforecolor {color:#adade2; } .mybordercolor {border:3px solid #adade2; }
#adade2 Text Font Color
<p style="color:#adade2">Text here</p>
This sample text font color is #adade2
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.
#adade2 Background Color
<div style="background-color:#adade2">
Div content here</div>
This div background color is #adade2
#adade2 Border Color
<div style="border:3px solid #adade2">
Div here</div>
This div border color is #adade2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,173,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adade2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adade2; -webkit-box-shadow: 1px 1px 3px 2px #adade2; box-shadow: 1px 1px 3px 2px #adade2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,173,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adade2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adade2; -webkit-box-shadow: 1px 1px 3px 2px #adade2; box-shadow: 1px 1px 3px 2px #adade2;">
Div content here</div>
This div box has shadow with color #adade2
Comments
No comments written yet.
Please login to write comment.