Color spaces of #aecaaa
RGB | 174 | 202 | 170 |
---|---|---|---|
HSL | 0.31 | 0.23 | 0.73 |
HSV | 113° | 16° | 79° |
CMYK | 0.14 | 0.00 | 0.16 0.21 |
XYZ | 45.8318 | 54.1420 | 46.0651 |
Yxy | 54.1420 | 0.3138 | 0.3707 |
Hunter Lab | 73.5812 | -17.5843 | 14.3887 |
CIE-Lab | 78.5445 | -15.4349 | 12.8662 |
#aecaaa color RGB value is (174,202,170).
#aecaaa hex color red value is 174, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aecaaa hue: 0.31 , saturation: 0.23 and the lightness value of aecaaa is 0.73.
The process color (four color CMYK) of #aecaaa color hex is 0.14, 0.00, 0.16, 0.21. Web safe color of #aecaaa is #99cc99. Color #aecaaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001010 | 10101010 |
Octal | 256 | 312 | 252 |
Decimal | 174 | 202 | 170 |
Hex | AE | CA | AA |
Shades of #aecaaa
Tints of #aecaaa
RGB Percentages of Color #aecaaa
CMYK Percentages of Color #aecaaa
Complementary Color
#aecaaa | #c6aaca |
#aecaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecaaa Color CSS Codes
.mybgcolor {background-color:#aecaaa; } .myforecolor {color:#aecaaa; } .mybordercolor {border:3px solid #aecaaa; }
#aecaaa Text Font Color
<p style="color:#aecaaa">Text here</p>
This sample text font color is #aecaaa
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.
#aecaaa Background Color
<div style="background-color:#aecaaa">
Div content here</div>
This div background color is #aecaaa
#aecaaa Border Color
<div style="border:3px solid #aecaaa">
Div here</div>
This div border color is #aecaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,202,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecaaa; -webkit-box-shadow: 1px 1px 3px 2px #aecaaa; box-shadow: 1px 1px 3px 2px #aecaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,202,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aecaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecaaa; -webkit-box-shadow: 1px 1px 3px 2px #aecaaa; box-shadow: 1px 1px 3px 2px #aecaaa;">
Div content here</div>
This div box has shadow with color #aecaaa
Comments
No comments written yet.
Please login to write comment.