Color spaces of #9cbcac
RGB | 156 | 188 | 172 |
---|---|---|---|
HSL | 0.42 | 0.19 | 0.67 |
HSV | 150° | 17° | 74° |
CMYK | 0.17 | 0.00 | 0.09 0.26 |
XYZ | 39.1399 | 46.0129 | 45.8482 |
Yxy | 46.0129 | 0.2988 | 0.3512 |
Hunter Lab | 67.8328 | -15.7119 | 7.4089 |
CIE-Lab | 73.5539 | -14.0189 | 4.4978 |
#9cbcac color RGB value is (156,188,172).
#9cbcac hex color red value is 156, green value is 188 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9cbcac hue: 0.42 , saturation: 0.19 and the lightness value of 9cbcac is 0.67.
The process color (four color CMYK) of #9cbcac color hex is 0.17, 0.00, 0.09, 0.26. Web safe color of #9cbcac is #99cc99. Color #9cbcac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10111100 | 10101100 |
Octal | 234 | 274 | 254 |
Decimal | 156 | 188 | 172 |
Hex | 9C | BC | AC |
Shades of #9cbcac
Tints of #9cbcac
RGB Percentages of Color #9cbcac
CMYK Percentages of Color #9cbcac
Complementary Color
#9cbcac | #bc9cac |
#9cbcac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cbcac Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cbcac Color CSS Codes
.mybgcolor {background-color:#9cbcac; } .myforecolor {color:#9cbcac; } .mybordercolor {border:3px solid #9cbcac; }
#9cbcac Text Font Color
<p style="color:#9cbcac">Text here</p>
This sample text font color is #9cbcac
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.
#9cbcac Background Color
<div style="background-color:#9cbcac">
Div content here</div>
This div background color is #9cbcac
#9cbcac Border Color
<div style="border:3px solid #9cbcac">
Div here</div>
This div border color is #9cbcac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,188,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cbcac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cbcac; -webkit-box-shadow: 1px 1px 3px 2px #9cbcac; box-shadow: 1px 1px 3px 2px #9cbcac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,188,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9cbcac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cbcac; -webkit-box-shadow: 1px 1px 3px 2px #9cbcac; box-shadow: 1px 1px 3px 2px #9cbcac;">
Div content here</div>
This div box has shadow with color #9cbcac
Comments
No comments written yet.
Please login to write comment.