Color spaces of #aeeacc
RGB | 174 | 234 | 204 |
---|---|---|---|
HSL | 0.42 | 0.59 | 0.80 |
HSV | 150° | 26° | 92° |
CMYK | 0.26 | 0.00 | 0.13 0.08 |
XYZ | 57.7775 | 72.2039 | 68.0183 |
Yxy | 72.2039 | 0.2918 | 0.3647 |
Hunter Lab | 84.9729 | -27.3311 | 12.0211 |
CIE-Lab | 88.0666 | -25.0078 | 8.4558 |
#aeeacc color RGB value is (174,234,204).
#aeeacc hex color red value is 174, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aeeacc hue: 0.42 , saturation: 0.59 and the lightness value of aeeacc is 0.80.
The process color (four color CMYK) of #aeeacc color hex is 0.26, 0.00, 0.13, 0.08. Web safe color of #aeeacc is #99ffcc. Color #aeeacc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11101010 | 11001100 |
Octal | 256 | 352 | 314 |
Decimal | 174 | 234 | 204 |
Hex | AE | EA | CC |
Shades of #aeeacc
Tints of #aeeacc
RGB Percentages of Color #aeeacc
CMYK Percentages of Color #aeeacc
Complementary Color
#aeeacc | #eaaecc |
#aeeacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeeacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeeacc Color CSS Codes
.mybgcolor {background-color:#aeeacc; } .myforecolor {color:#aeeacc; } .mybordercolor {border:3px solid #aeeacc; }
#aeeacc Text Font Color
<p style="color:#aeeacc">Text here</p>
This sample text font color is #aeeacc
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.
#aeeacc Background Color
<div style="background-color:#aeeacc">
Div content here</div>
This div background color is #aeeacc
#aeeacc Border Color
<div style="border:3px solid #aeeacc">
Div here</div>
This div border color is #aeeacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,234,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeeacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeeacc; -webkit-box-shadow: 1px 1px 3px 2px #aeeacc; box-shadow: 1px 1px 3px 2px #aeeacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,234,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeeacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeeacc; -webkit-box-shadow: 1px 1px 3px 2px #aeeacc; box-shadow: 1px 1px 3px 2px #aeeacc;">
Div content here</div>
This div box has shadow with color #aeeacc
Comments
No comments written yet.
Please login to write comment.