Color spaces of #aee6fe
RGB | 174 | 230 | 254 |
---|---|---|---|
HSL | 0.55 | 0.98 | 0.84 |
HSV | 198° | 31° | 100° |
CMYK | 0.31 | 0.09 | 0.00 0.00 |
XYZ | 63.6418 | 72.7481 | 104.4534 |
Yxy | 72.7481 | 0.2642 | 0.3021 |
Hunter Lab | 85.2925 | -16.0724 | -12.9047 |
CIE-Lab | 88.3274 | -12.2611 | -17.3753 |
#aee6fe color RGB value is (174,230,254).
#aee6fe hex color red value is 174, green value is 230 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aee6fe hue: 0.55 , saturation: 0.98 and the lightness value of aee6fe is 0.84.
The process color (four color CMYK) of #aee6fe color hex is 0.31, 0.09, 0.00, 0.00. Web safe color of #aee6fe is #99ffff. Color #aee6fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11100110 | 11111110 |
Octal | 256 | 346 | 376 |
Decimal | 174 | 230 | 254 |
Hex | AE | E6 | FE |
Shades of #aee6fe
Tints of #aee6fe
RGB Percentages of Color #aee6fe
CMYK Percentages of Color #aee6fe
Complementary Color
#aee6fe | #fec6ae |
#aee6fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aee6fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#aee6fe Color CSS Codes
.mybgcolor {background-color:#aee6fe; } .myforecolor {color:#aee6fe; } .mybordercolor {border:3px solid #aee6fe; }
#aee6fe Text Font Color
<p style="color:#aee6fe">Text here</p>
This sample text font color is #aee6fe
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.
#aee6fe Background Color
<div style="background-color:#aee6fe">
Div content here</div>
This div background color is #aee6fe
#aee6fe Border Color
<div style="border:3px solid #aee6fe">
Div here</div>
This div border color is #aee6fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,230,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aee6fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aee6fe; -webkit-box-shadow: 1px 1px 3px 2px #aee6fe; box-shadow: 1px 1px 3px 2px #aee6fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,230,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aee6fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aee6fe; -webkit-box-shadow: 1px 1px 3px 2px #aee6fe; box-shadow: 1px 1px 3px 2px #aee6fe;">
Div content here</div>
This div box has shadow with color #aee6fe
Comments
No comments written yet.
Please login to write comment.