Color spaces of #aadeec
RGB | 170 | 222 | 236 |
---|---|---|---|
HSL | 0.54 | 0.63 | 0.80 |
HSV | 193° | 28° | 93° |
CMYK | 0.28 | 0.06 | 0.00 0.07 |
XYZ | 57.8392 | 66.8447 | 89.2108 |
Yxy | 66.8447 | 0.2704 | 0.3125 |
Hunter Lab | 81.7586 | -16.7998 | -7.4632 |
CIE-Lab | 85.4255 | -13.4727 | -12.2753 |
#aadeec color RGB value is (170,222,236).
#aadeec hex color red value is 170, green value is 222 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aadeec hue: 0.54 , saturation: 0.63 and the lightness value of aadeec is 0.80.
The process color (four color CMYK) of #aadeec color hex is 0.28, 0.06, 0.00, 0.07. Web safe color of #aadeec is #99ccff. Color #aadeec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11011110 | 11101100 |
Octal | 252 | 336 | 354 |
Decimal | 170 | 222 | 236 |
Hex | AA | DE | EC |
Shades of #aadeec
Tints of #aadeec
RGB Percentages of Color #aadeec
CMYK Percentages of Color #aadeec
Complementary Color
#aadeec | #ecb8aa |
#aadeec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aadeec Color Preview on White Background
Lorem ipsum dolor sit amet.
#aadeec Color CSS Codes
.mybgcolor {background-color:#aadeec; } .myforecolor {color:#aadeec; } .mybordercolor {border:3px solid #aadeec; }
#aadeec Text Font Color
<p style="color:#aadeec">Text here</p>
This sample text font color is #aadeec
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.
#aadeec Background Color
<div style="background-color:#aadeec">
Div content here</div>
This div background color is #aadeec
#aadeec Border Color
<div style="border:3px solid #aadeec">
Div here</div>
This div border color is #aadeec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,222,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aadeec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aadeec; -webkit-box-shadow: 1px 1px 3px 2px #aadeec; box-shadow: 1px 1px 3px 2px #aadeec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,222,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aadeec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aadeec; -webkit-box-shadow: 1px 1px 3px 2px #aadeec; box-shadow: 1px 1px 3px 2px #aadeec;">
Div content here</div>
This div box has shadow with color #aadeec
Comments
No comments written yet.
Please login to write comment.