Color spaces of #9cfbce
RGB | 156 | 251 | 206 |
---|---|---|---|
HSL | 0.42 | 0.92 | 0.80 |
HSV | 152° | 38° | 98° |
CMYK | 0.38 | 0.00 | 0.18 0.02 |
XYZ | 59.3481 | 80.5185 | 70.8062 |
Yxy | 80.5185 | 0.2817 | 0.3822 |
Hunter Lab | 89.7321 | -38.9727 | 16.0277 |
CIE-Lab | 91.9170 | -37.8005 | 12.7897 |
#9cfbce color RGB value is (156,251,206).
#9cfbce hex color red value is 156, green value is 251 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9cfbce hue: 0.42 , saturation: 0.92 and the lightness value of 9cfbce is 0.80.
The process color (four color CMYK) of #9cfbce color hex is 0.38, 0.00, 0.18, 0.02. Web safe color of #9cfbce is #99ffcc. Color #9cfbce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 11111011 | 11001110 |
Octal | 234 | 373 | 316 |
Decimal | 156 | 251 | 206 |
Hex | 9C | FB | CE |
Shades of #9cfbce
Tints of #9cfbce
RGB Percentages of Color #9cfbce
CMYK Percentages of Color #9cfbce
Complementary Color
#9cfbce | #fb9cc9 |
#9cfbce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cfbce Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cfbce Color CSS Codes
.mybgcolor {background-color:#9cfbce; } .myforecolor {color:#9cfbce; } .mybordercolor {border:3px solid #9cfbce; }
#9cfbce Text Font Color
<p style="color:#9cfbce">Text here</p>
This sample text font color is #9cfbce
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.
#9cfbce Background Color
<div style="background-color:#9cfbce">
Div content here</div>
This div background color is #9cfbce
#9cfbce Border Color
<div style="border:3px solid #9cfbce">
Div here</div>
This div border color is #9cfbce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,251,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cfbce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cfbce; -webkit-box-shadow: 1px 1px 3px 2px #9cfbce; box-shadow: 1px 1px 3px 2px #9cfbce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,251,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9cfbce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cfbce; -webkit-box-shadow: 1px 1px 3px 2px #9cfbce; box-shadow: 1px 1px 3px 2px #9cfbce;">
Div content here</div>
This div box has shadow with color #9cfbce
Comments
No comments written yet.
Please login to write comment.