Color spaces of #9eaaad
RGB | 158 | 170 | 173 |
---|---|---|---|
HSL | 0.53 | 0.08 | 0.65 |
HSV | 192° | 9° | 68° |
CMYK | 0.09 | 0.02 | 0.00 0.32 |
XYZ | 36.0181 | 39.0357 | 45.1714 |
Yxy | 39.0357 | 0.2996 | 0.3247 |
Hunter Lab | 62.4786 | -6.4345 | 0.8689 |
CIE-Lab | 68.7771 | -3.5945 | -2.9967 |
#9eaaad color RGB value is (158,170,173).
#9eaaad hex color red value is 158, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9eaaad hue: 0.53 , saturation: 0.08 and the lightness value of 9eaaad is 0.65.
The process color (four color CMYK) of #9eaaad color hex is 0.09, 0.02, 0.00, 0.32. Web safe color of #9eaaad is #999999. Color #9eaaad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 10101010 | 10101101 |
Octal | 236 | 252 | 255 |
Decimal | 158 | 170 | 173 |
Hex | 9E | AA | AD |
Shades of #9eaaad
Tints of #9eaaad
RGB Percentages of Color #9eaaad
CMYK Percentages of Color #9eaaad
Complementary Color
#9eaaad | #ada19e |
#9eaaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9eaaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#9eaaad Color CSS Codes
.mybgcolor {background-color:#9eaaad; } .myforecolor {color:#9eaaad; } .mybordercolor {border:3px solid #9eaaad; }
#9eaaad Text Font Color
<p style="color:#9eaaad">Text here</p>
This sample text font color is #9eaaad
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.
#9eaaad Background Color
<div style="background-color:#9eaaad">
Div content here</div>
This div background color is #9eaaad
#9eaaad Border Color
<div style="border:3px solid #9eaaad">
Div here</div>
This div border color is #9eaaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,170,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9eaaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9eaaad; -webkit-box-shadow: 1px 1px 3px 2px #9eaaad; box-shadow: 1px 1px 3px 2px #9eaaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,170,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9eaaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9eaaad; -webkit-box-shadow: 1px 1px 3px 2px #9eaaad; box-shadow: 1px 1px 3px 2px #9eaaad;">
Div content here</div>
This div box has shadow with color #9eaaad
#9eaaad Color Palettes
Comments
No comments written yet.
Please login to write comment.