Color spaces of #9e9aae
RGB | 158 | 154 | 174 |
---|---|---|---|
HSL | 0.70 | 0.11 | 0.64 |
HSV | 252° | 11° | 68° |
CMYK | 0.09 | 0.11 | 0.00 0.32 |
XYZ | 33.2961 | 33.4363 | 44.7434 |
Yxy | 33.4363 | 0.2987 | 0.2999 |
Hunter Lab | 57.8241 | 1.5911 | -5.4008 |
CIE-Lab | 64.5126 | 5.4324 | -9.8767 |
#9e9aae color RGB value is (158,154,174).
#9e9aae hex color red value is 158, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9e9aae hue: 0.70 , saturation: 0.11 and the lightness value of 9e9aae is 0.64.
The process color (four color CMYK) of #9e9aae color hex is 0.09, 0.11, 0.00, 0.32. Web safe color of #9e9aae is #999999. Color #9e9aae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 10011010 | 10101110 |
Octal | 236 | 232 | 256 |
Decimal | 158 | 154 | 174 |
Hex | 9E | 9A | AE |
Shades of #9e9aae
Tints of #9e9aae
RGB Percentages of Color #9e9aae
CMYK Percentages of Color #9e9aae
Complementary Color
#9e9aae | #aaae9a |
#9e9aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9e9aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#9e9aae Color CSS Codes
.mybgcolor {background-color:#9e9aae; } .myforecolor {color:#9e9aae; } .mybordercolor {border:3px solid #9e9aae; }
#9e9aae Text Font Color
<p style="color:#9e9aae">Text here</p>
This sample text font color is #9e9aae
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.
#9e9aae Background Color
<div style="background-color:#9e9aae">
Div content here</div>
This div background color is #9e9aae
#9e9aae Border Color
<div style="border:3px solid #9e9aae">
Div here</div>
This div border color is #9e9aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,154,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9e9aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9e9aae; -webkit-box-shadow: 1px 1px 3px 2px #9e9aae; box-shadow: 1px 1px 3px 2px #9e9aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,154,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 #9e9aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9e9aae; -webkit-box-shadow: 1px 1px 3px 2px #9e9aae; box-shadow: 1px 1px 3px 2px #9e9aae;">
Div content here</div>
This div box has shadow with color #9e9aae
Comments
No comments written yet.
Please login to write comment.