Color spaces of #9cfbac
RGB | 156 | 251 | 172 |
---|---|---|---|
HSL | 0.36 | 0.92 | 0.80 |
HSV | 130° | 38° | 98° |
CMYK | 0.38 | 0.00 | 0.31 0.02 |
XYZ | 55.6539 | 79.0408 | 51.3529 |
Yxy | 79.0408 | 0.2991 | 0.4248 |
Hunter Lab | 88.9049 | -43.8437 | 27.9866 |
CIE-Lab | 91.2527 | -43.9952 | 29.2390 |
#9cfbac color RGB value is (156,251,172).
#9cfbac hex color red value is 156, green value is 251 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9cfbac hue: 0.36 , saturation: 0.92 and the lightness value of 9cfbac is 0.80.
The process color (four color CMYK) of #9cfbac color hex is 0.38, 0.00, 0.31, 0.02. Web safe color of #9cfbac is #99ff99. Color #9cfbac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 11111011 | 10101100 |
Octal | 234 | 373 | 254 |
Decimal | 156 | 251 | 172 |
Hex | 9C | FB | AC |
Shades of #9cfbac
Tints of #9cfbac
RGB Percentages of Color #9cfbac
CMYK Percentages of Color #9cfbac
Complementary Color
#9cfbac | #fb9ceb |
#9cfbac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cfbac Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cfbac Color CSS Codes
.mybgcolor {background-color:#9cfbac; } .myforecolor {color:#9cfbac; } .mybordercolor {border:3px solid #9cfbac; }
#9cfbac Text Font Color
<p style="color:#9cfbac">Text here</p>
This sample text font color is #9cfbac
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.
#9cfbac Background Color
<div style="background-color:#9cfbac">
Div content here</div>
This div background color is #9cfbac
#9cfbac Border Color
<div style="border:3px solid #9cfbac">
Div here</div>
This div border color is #9cfbac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,251,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cfbac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cfbac; -webkit-box-shadow: 1px 1px 3px 2px #9cfbac; box-shadow: 1px 1px 3px 2px #9cfbac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,251,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 #9cfbac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cfbac; -webkit-box-shadow: 1px 1px 3px 2px #9cfbac; box-shadow: 1px 1px 3px 2px #9cfbac;">
Div content here</div>
This div box has shadow with color #9cfbac
Comments
No comments written yet.
Please login to write comment.