Color spaces of #aad0df
RGB | 170 | 208 | 223 |
---|---|---|---|
HSL | 0.55 | 0.45 | 0.77 |
HSV | 197° | 24° | 87° |
CMYK | 0.24 | 0.07 | 0.00 0.13 |
XYZ | 52.4527 | 58.9855 | 78.4328 |
Yxy | 58.9855 | 0.2763 | 0.3107 |
Hunter Lab | 76.8020 | -12.4952 | -6.7875 |
CIE-Lab | 81.2836 | -9.2039 | -11.5540 |
#aad0df color RGB value is (170,208,223).
#aad0df hex color red value is 170, green value is 208 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aad0df hue: 0.55 , saturation: 0.45 and the lightness value of aad0df is 0.77.
The process color (four color CMYK) of #aad0df color hex is 0.24, 0.07, 0.00, 0.13. Web safe color of #aad0df is #99cccc. Color #aad0df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11010000 | 11011111 |
Octal | 252 | 320 | 337 |
Decimal | 170 | 208 | 223 |
Hex | AA | D0 | DF |
Shades of #aad0df
Tints of #aad0df
RGB Percentages of Color #aad0df
CMYK Percentages of Color #aad0df
Complementary Color
#aad0df | #dfb9aa |
#aad0df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aad0df Color Preview on White Background
Lorem ipsum dolor sit amet.
#aad0df Color CSS Codes
.mybgcolor {background-color:#aad0df; } .myforecolor {color:#aad0df; } .mybordercolor {border:3px solid #aad0df; }
#aad0df Text Font Color
<p style="color:#aad0df">Text here</p>
This sample text font color is #aad0df
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.
#aad0df Background Color
<div style="background-color:#aad0df">
Div content here</div>
This div background color is #aad0df
#aad0df Border Color
<div style="border:3px solid #aad0df">
Div here</div>
This div border color is #aad0df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,208,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aad0df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aad0df; -webkit-box-shadow: 1px 1px 3px 2px #aad0df; box-shadow: 1px 1px 3px 2px #aad0df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,208,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aad0df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aad0df; -webkit-box-shadow: 1px 1px 3px 2px #aad0df; box-shadow: 1px 1px 3px 2px #aad0df;">
Div content here</div>
This div box has shadow with color #aad0df
Comments
No comments written yet.
Please login to write comment.