Color spaces of #9cbbab
RGB | 156 | 187 | 171 |
---|---|---|---|
HSL | 0.41 | 0.19 | 0.67 |
HSV | 149° | 17° | 73° |
CMYK | 0.17 | 0.00 | 0.09 0.27 |
XYZ | 38.8313 | 45.5488 | 45.2733 |
Yxy | 45.5488 | 0.2995 | 0.3513 |
Hunter Lab | 67.4899 | -15.4046 | 7.4702 |
CIE-Lab | 73.2518 | -13.6970 | 4.6062 |
#9cbbab color RGB value is (156,187,171).
#9cbbab hex color red value is 156, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9cbbab hue: 0.41 , saturation: 0.19 and the lightness value of 9cbbab is 0.67.
The process color (four color CMYK) of #9cbbab color hex is 0.17, 0.00, 0.09, 0.27. Web safe color of #9cbbab is #99cc99. Color #9cbbab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10111011 | 10101011 |
Octal | 234 | 273 | 253 |
Decimal | 156 | 187 | 171 |
Hex | 9C | BB | AB |
Shades of #9cbbab
Tints of #9cbbab
RGB Percentages of Color #9cbbab
CMYK Percentages of Color #9cbbab
Complementary Color
#9cbbab | #bb9cac |
#9cbbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cbbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cbbab Color CSS Codes
.mybgcolor {background-color:#9cbbab; } .myforecolor {color:#9cbbab; } .mybordercolor {border:3px solid #9cbbab; }
#9cbbab Text Font Color
<p style="color:#9cbbab">Text here</p>
This sample text font color is #9cbbab
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.
#9cbbab Background Color
<div style="background-color:#9cbbab">
Div content here</div>
This div background color is #9cbbab
#9cbbab Border Color
<div style="border:3px solid #9cbbab">
Div here</div>
This div border color is #9cbbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,187,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cbbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cbbab; -webkit-box-shadow: 1px 1px 3px 2px #9cbbab; box-shadow: 1px 1px 3px 2px #9cbbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,187,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 #9cbbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cbbab; -webkit-box-shadow: 1px 1px 3px 2px #9cbbab; box-shadow: 1px 1px 3px 2px #9cbbab;">
Div content here</div>
This div box has shadow with color #9cbbab
Comments
No comments written yet.
Please login to write comment.