Color spaces of #aeabae
RGB | 174 | 171 | 174 |
---|---|---|---|
HSL | 0.83 | 0.02 | 0.68 |
HSV | 300° | 2° | 68° |
CMYK | 0.00 | 0.02 | 0.00 0.32 |
XYZ | 39.6585 | 41.1805 | 45.9028 |
Yxy | 41.1805 | 0.3129 | 0.3249 |
Hunter Lab | 64.1720 | -1.9876 | 2.5098 |
CIE-Lab | 70.3022 | 1.6328 | -1.1680 |
#aeabae color RGB value is (174,171,174).
#aeabae hex color red value is 174, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aeabae hue: 0.83 , saturation: 0.02 and the lightness value of aeabae is 0.68.
The process color (four color CMYK) of #aeabae color hex is 0.00, 0.02, 0.00, 0.32. Web safe color of #aeabae is #999999. Color #aeabae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101011 | 10101110 |
Octal | 256 | 253 | 256 |
Decimal | 174 | 171 | 174 |
Hex | AE | AB | AE |
Shades of #aeabae
Tints of #aeabae
RGB Percentages of Color #aeabae
CMYK Percentages of Color #aeabae
Complementary Color
#aeabae | #abaeab |
#aeabae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeabae Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeabae Color CSS Codes
.mybgcolor {background-color:#aeabae; } .myforecolor {color:#aeabae; } .mybordercolor {border:3px solid #aeabae; }
#aeabae Text Font Color
<p style="color:#aeabae">Text here</p>
This sample text font color is #aeabae
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.
#aeabae Background Color
<div style="background-color:#aeabae">
Div content here</div>
This div background color is #aeabae
#aeabae Border Color
<div style="border:3px solid #aeabae">
Div here</div>
This div border color is #aeabae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,171,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeabae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeabae; -webkit-box-shadow: 1px 1px 3px 2px #aeabae; box-shadow: 1px 1px 3px 2px #aeabae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,171,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 #aeabae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeabae; -webkit-box-shadow: 1px 1px 3px 2px #aeabae; box-shadow: 1px 1px 3px 2px #aeabae;">
Div content here</div>
This div box has shadow with color #aeabae
Comments
No comments written yet.
Please login to write comment.