Color spaces of #999eab
RGB | 153 | 158 | 171 |
---|---|---|---|
HSL | 0.62 | 0.10 | 0.64 |
HSV | 223° | 11° | 67° |
CMYK | 0.11 | 0.08 | 0.00 0.33 |
XYZ | 32.7144 | 34.1663 | 43.3986 |
Yxy | 34.1663 | 0.2967 | 0.3098 |
Hunter Lab | 58.4519 | -2.3880 | -3.1045 |
CIE-Lab | 65.0944 | 0.8603 | -7.3688 |
#999eab color RGB value is (153,158,171).
#999eab hex color red value is 153, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #999eab hue: 0.62 , saturation: 0.10 and the lightness value of 999eab is 0.64.
The process color (four color CMYK) of #999eab color hex is 0.11, 0.08, 0.00, 0.33. Web safe color of #999eab is #999999. Color #999eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 10011110 | 10101011 |
Octal | 231 | 236 | 253 |
Decimal | 153 | 158 | 171 |
Hex | 99 | 9E | AB |
Shades of #999eab
Tints of #999eab
RGB Percentages of Color #999eab
CMYK Percentages of Color #999eab
Complementary Color
#999eab | #aba699 |
#999eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#999eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#999eab Color CSS Codes
.mybgcolor {background-color:#999eab; } .myforecolor {color:#999eab; } .mybordercolor {border:3px solid #999eab; }
#999eab Text Font Color
<p style="color:#999eab">Text here</p>
This sample text font color is #999eab
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.
#999eab Background Color
<div style="background-color:#999eab">
Div content here</div>
This div background color is #999eab
#999eab Border Color
<div style="border:3px solid #999eab">
Div here</div>
This div border color is #999eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,158,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #999eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #999eab; -webkit-box-shadow: 1px 1px 3px 2px #999eab; box-shadow: 1px 1px 3px 2px #999eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,158,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #999eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #999eab; -webkit-box-shadow: 1px 1px 3px 2px #999eab; box-shadow: 1px 1px 3px 2px #999eab;">
Div content here</div>
This div box has shadow with color #999eab
Comments
No comments written yet.
Please login to write comment.