Color spaces of #9ccaac
RGB | 156 | 202 | 172 |
---|---|---|---|
HSL | 0.39 | 0.30 | 0.70 |
HSV | 141° | 23° | 79° |
CMYK | 0.23 | 0.00 | 0.15 0.21 |
XYZ | 42.2772 | 52.2875 | 46.8940 |
Yxy | 52.2875 | 0.2989 | 0.3696 |
Hunter Lab | 72.3101 | -22.1799 | 12.1668 |
CIE-Lab | 77.4524 | -21.1382 | 10.0882 |
#9ccaac color RGB value is (156,202,172).
#9ccaac hex color red value is 156, green value is 202 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9ccaac hue: 0.39 , saturation: 0.30 and the lightness value of 9ccaac is 0.70.
The process color (four color CMYK) of #9ccaac color hex is 0.23, 0.00, 0.15, 0.21. Web safe color of #9ccaac is #99cc99. Color #9ccaac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 11001010 | 10101100 |
Octal | 234 | 312 | 254 |
Decimal | 156 | 202 | 172 |
Hex | 9C | CA | AC |
Shades of #9ccaac
Tints of #9ccaac
RGB Percentages of Color #9ccaac
CMYK Percentages of Color #9ccaac
Complementary Color
#9ccaac | #ca9cba |
#9ccaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ccaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ccaac Color CSS Codes
.mybgcolor {background-color:#9ccaac; } .myforecolor {color:#9ccaac; } .mybordercolor {border:3px solid #9ccaac; }
#9ccaac Text Font Color
<p style="color:#9ccaac">Text here</p>
This sample text font color is #9ccaac
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.
#9ccaac Background Color
<div style="background-color:#9ccaac">
Div content here</div>
This div background color is #9ccaac
#9ccaac Border Color
<div style="border:3px solid #9ccaac">
Div here</div>
This div border color is #9ccaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,202,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ccaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ccaac; -webkit-box-shadow: 1px 1px 3px 2px #9ccaac; box-shadow: 1px 1px 3px 2px #9ccaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,202,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 #9ccaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ccaac; -webkit-box-shadow: 1px 1px 3px 2px #9ccaac; box-shadow: 1px 1px 3px 2px #9ccaac;">
Div content here</div>
This div box has shadow with color #9ccaac
Comments
No comments written yet.
Please login to write comment.