Color spaces of #aeba9a
RGB | 174 | 186 | 154 |
---|---|---|---|
HSL | 0.23 | 0.19 | 0.67 |
HSV | 83° | 17° | 73° |
CMYK | 0.06 | 0.00 | 0.17 0.27 |
XYZ | 40.8472 | 46.4496 | 37.3846 |
Yxy | 46.4496 | 0.3276 | 0.3725 |
Hunter Lab | 68.1539 | -12.2877 | 15.1853 |
CIE-Lab | 73.8363 | -9.9043 | 14.8431 |
#aeba9a color RGB value is (174,186,154).
#aeba9a hex color red value is 174, green value is 186 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aeba9a hue: 0.23 , saturation: 0.19 and the lightness value of aeba9a is 0.67.
The process color (four color CMYK) of #aeba9a color hex is 0.06, 0.00, 0.17, 0.27. Web safe color of #aeba9a is #99cc99. Color #aeba9a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111010 | 10011010 |
Octal | 256 | 272 | 232 |
Decimal | 174 | 186 | 154 |
Hex | AE | BA | 9A |
Shades of #aeba9a
Tints of #aeba9a
RGB Percentages of Color #aeba9a
CMYK Percentages of Color #aeba9a
Complementary Color
#aeba9a | #a69aba |
#aeba9a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeba9a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeba9a Color CSS Codes
.mybgcolor {background-color:#aeba9a; } .myforecolor {color:#aeba9a; } .mybordercolor {border:3px solid #aeba9a; }
#aeba9a Text Font Color
<p style="color:#aeba9a">Text here</p>
This sample text font color is #aeba9a
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.
#aeba9a Background Color
<div style="background-color:#aeba9a">
Div content here</div>
This div background color is #aeba9a
#aeba9a Border Color
<div style="border:3px solid #aeba9a">
Div here</div>
This div border color is #aeba9a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,186,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeba9a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeba9a; -webkit-box-shadow: 1px 1px 3px 2px #aeba9a; box-shadow: 1px 1px 3px 2px #aeba9a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,186,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 #aeba9a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeba9a; -webkit-box-shadow: 1px 1px 3px 2px #aeba9a; box-shadow: 1px 1px 3px 2px #aeba9a;">
Div content here</div>
This div box has shadow with color #aeba9a
Comments
No comments written yet.
Please login to write comment.