Color spaces of #aea9ae
RGB | 174 | 169 | 174 |
---|---|---|---|
HSL | 0.83 | 0.03 | 0.67 |
HSV | 300° | 3° | 68° |
CMYK | 0.00 | 0.03 | 0.00 0.32 |
XYZ | 39.2835 | 40.4306 | 45.7778 |
Yxy | 40.4306 | 0.3130 | 0.3222 |
Hunter Lab | 63.5851 | -0.9947 | 1.8240 |
CIE-Lab | 69.7751 | 2.7233 | -1.9405 |
#aea9ae color RGB value is (174,169,174).
#aea9ae hex color red value is 174, green value is 169 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aea9ae hue: 0.83 , saturation: 0.03 and the lightness value of aea9ae is 0.67.
The process color (four color CMYK) of #aea9ae color hex is 0.00, 0.03, 0.00, 0.32. Web safe color of #aea9ae is #999999. Color #aea9ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101001 | 10101110 |
Octal | 256 | 251 | 256 |
Decimal | 174 | 169 | 174 |
Hex | AE | A9 | AE |
Shades of #aea9ae
Tints of #aea9ae
RGB Percentages of Color #aea9ae
CMYK Percentages of Color #aea9ae
Complementary Color
#aea9ae | #a9aea9 |
#aea9ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aea9ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#aea9ae Color CSS Codes
.mybgcolor {background-color:#aea9ae; } .myforecolor {color:#aea9ae; } .mybordercolor {border:3px solid #aea9ae; }
#aea9ae Text Font Color
<p style="color:#aea9ae">Text here</p>
This sample text font color is #aea9ae
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.
#aea9ae Background Color
<div style="background-color:#aea9ae">
Div content here</div>
This div background color is #aea9ae
#aea9ae Border Color
<div style="border:3px solid #aea9ae">
Div here</div>
This div border color is #aea9ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,169,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aea9ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aea9ae; -webkit-box-shadow: 1px 1px 3px 2px #aea9ae; box-shadow: 1px 1px 3px 2px #aea9ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,169,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aea9ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aea9ae; -webkit-box-shadow: 1px 1px 3px 2px #aea9ae; box-shadow: 1px 1px 3px 2px #aea9ae;">
Div content here</div>
This div box has shadow with color #aea9ae
Comments
No comments written yet.
Please login to write comment.