Color spaces of #aaecef
RGB | 170 | 236 | 239 |
---|---|---|---|
HSL | 0.51 | 0.68 | 0.80 |
HSV | 183° | 29° | 94° |
CMYK | 0.29 | 0.01 | 0.00 0.06 |
XYZ | 62.1530 | 74.7689 | 92.8174 |
Yxy | 74.7689 | 0.2705 | 0.3255 |
Hunter Lab | 86.4690 | -23.0169 | -3.1146 |
CIE-Lab | 89.2846 | -19.8249 | -8.1103 |
#aaecef color RGB value is (170,236,239).
#aaecef hex color red value is 170, green value is 236 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aaecef hue: 0.51 , saturation: 0.68 and the lightness value of aaecef is 0.80.
The process color (four color CMYK) of #aaecef color hex is 0.29, 0.01, 0.00, 0.06. Web safe color of #aaecef is #99ffff. Color #aaecef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11101100 | 11101111 |
Octal | 252 | 354 | 357 |
Decimal | 170 | 236 | 239 |
Hex | AA | EC | EF |
Shades of #aaecef
Tints of #aaecef
RGB Percentages of Color #aaecef
CMYK Percentages of Color #aaecef
Complementary Color
#aaecef | #efadaa |
#aaecef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaecef Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaecef Color CSS Codes
.mybgcolor {background-color:#aaecef; } .myforecolor {color:#aaecef; } .mybordercolor {border:3px solid #aaecef; }
#aaecef Text Font Color
<p style="color:#aaecef">Text here</p>
This sample text font color is #aaecef
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.
#aaecef Background Color
<div style="background-color:#aaecef">
Div content here</div>
This div background color is #aaecef
#aaecef Border Color
<div style="border:3px solid #aaecef">
Div here</div>
This div border color is #aaecef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,236,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaecef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaecef; -webkit-box-shadow: 1px 1px 3px 2px #aaecef; box-shadow: 1px 1px 3px 2px #aaecef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,236,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaecef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaecef; -webkit-box-shadow: 1px 1px 3px 2px #aaecef; box-shadow: 1px 1px 3px 2px #aaecef;">
Div content here</div>
This div box has shadow with color #aaecef
Comments
No comments written yet.
Please login to write comment.