Color spaces of #aeca9a
RGB | 174 | 202 | 154 |
---|---|---|---|
HSL | 0.26 | 0.31 | 0.70 |
HSV | 95° | 24° | 79° |
CMYK | 0.14 | 0.00 | 0.24 0.21 |
XYZ | 44.4088 | 53.5728 | 38.5718 |
Yxy | 53.5728 | 0.3252 | 0.3923 |
Hunter Lab | 73.1934 | -19.7869 | 19.9905 |
CIE-Lab | 78.2120 | -18.1023 | 20.9203 |
#aeca9a color RGB value is (174,202,154).
#aeca9a hex color red value is 174, green value is 202 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aeca9a hue: 0.26 , saturation: 0.31 and the lightness value of aeca9a is 0.70.
The process color (four color CMYK) of #aeca9a color hex is 0.14, 0.00, 0.24, 0.21. Web safe color of #aeca9a is #99cc99. Color #aeca9a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001010 | 10011010 |
Octal | 256 | 312 | 232 |
Decimal | 174 | 202 | 154 |
Hex | AE | CA | 9A |
Shades of #aeca9a
Tints of #aeca9a
RGB Percentages of Color #aeca9a
CMYK Percentages of Color #aeca9a
Complementary Color
#aeca9a | #b69aca |
#aeca9a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeca9a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeca9a Color CSS Codes
.mybgcolor {background-color:#aeca9a; } .myforecolor {color:#aeca9a; } .mybordercolor {border:3px solid #aeca9a; }
#aeca9a Text Font Color
<p style="color:#aeca9a">Text here</p>
This sample text font color is #aeca9a
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.
#aeca9a Background Color
<div style="background-color:#aeca9a">
Div content here</div>
This div background color is #aeca9a
#aeca9a Border Color
<div style="border:3px solid #aeca9a">
Div here</div>
This div border color is #aeca9a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,202,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeca9a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeca9a; -webkit-box-shadow: 1px 1px 3px 2px #aeca9a; box-shadow: 1px 1px 3px 2px #aeca9a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,202,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeca9a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeca9a; -webkit-box-shadow: 1px 1px 3px 2px #aeca9a; box-shadow: 1px 1px 3px 2px #aeca9a;">
Div content here</div>
This div box has shadow with color #aeca9a
Comments
No comments written yet.
Please login to write comment.