Color spaces of #aeeadc
RGB | 174 | 234 | 220 |
---|---|---|---|
HSL | 0.46 | 0.59 | 0.80 |
HSV | 166° | 26° | 92° |
CMYK | 0.26 | 0.00 | 0.06 0.08 |
XYZ | 59.7966 | 73.0116 | 78.6512 |
Yxy | 73.0116 | 0.2828 | 0.3453 |
Hunter Lab | 85.4468 | -24.6157 | 5.2381 |
CIE-Lab | 88.4532 | -21.7967 | 0.6411 |
#aeeadc color RGB value is (174,234,220).
#aeeadc hex color red value is 174, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aeeadc hue: 0.46 , saturation: 0.59 and the lightness value of aeeadc is 0.80.
The process color (four color CMYK) of #aeeadc color hex is 0.26, 0.00, 0.06, 0.08. Web safe color of #aeeadc is #99ffcc. Color #aeeadc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11101010 | 11011100 |
Octal | 256 | 352 | 334 |
Decimal | 174 | 234 | 220 |
Hex | AE | EA | DC |
Shades of #aeeadc
Tints of #aeeadc
RGB Percentages of Color #aeeadc
CMYK Percentages of Color #aeeadc
Complementary Color
#aeeadc | #eaaebc |
#aeeadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeeadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeeadc Color CSS Codes
.mybgcolor {background-color:#aeeadc; } .myforecolor {color:#aeeadc; } .mybordercolor {border:3px solid #aeeadc; }
#aeeadc Text Font Color
<p style="color:#aeeadc">Text here</p>
This sample text font color is #aeeadc
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.
#aeeadc Background Color
<div style="background-color:#aeeadc">
Div content here</div>
This div background color is #aeeadc
#aeeadc Border Color
<div style="border:3px solid #aeeadc">
Div here</div>
This div border color is #aeeadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,234,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeeadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeeadc; -webkit-box-shadow: 1px 1px 3px 2px #aeeadc; box-shadow: 1px 1px 3px 2px #aeeadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,234,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeeadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeeadc; -webkit-box-shadow: 1px 1px 3px 2px #aeeadc; box-shadow: 1px 1px 3px 2px #aeeadc;">
Div content here</div>
This div box has shadow with color #aeeadc
Comments
No comments written yet.
Please login to write comment.