Color spaces of #9bffcc
RGB | 155 | 255 | 204 |
---|---|---|---|
HSL | 0.42 | 1.00 | 0.80 |
HSV | 149° | 39° | 100° |
CMYK | 0.39 | 0.00 | 0.20 0.00 |
XYZ | 60.1767 | 82.8482 | 69.9464 |
Yxy | 82.8482 | 0.2826 | 0.3890 |
Hunter Lab | 91.0210 | -41.2750 | 18.1524 |
CIE-Lab | 92.9479 | -40.2645 | 15.2714 |
#9bffcc color RGB value is (155,255,204).
#9bffcc hex color red value is 155, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9bffcc hue: 0.42 , saturation: 1.00 and the lightness value of 9bffcc is 0.80.
The process color (four color CMYK) of #9bffcc color hex is 0.39, 0.00, 0.20, 0.00. Web safe color of #9bffcc is #99ffcc. Color #9bffcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11111111 | 11001100 |
Octal | 233 | 377 | 314 |
Decimal | 155 | 255 | 204 |
Hex | 9B | FF | CC |
Shades of #9bffcc
Tints of #9bffcc
RGB Percentages of Color #9bffcc
CMYK Percentages of Color #9bffcc
Complementary Color
#9bffcc | #ff9bce |
#9bffcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bffcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bffcc Color CSS Codes
.mybgcolor {background-color:#9bffcc; } .myforecolor {color:#9bffcc; } .mybordercolor {border:3px solid #9bffcc; }
#9bffcc Text Font Color
<p style="color:#9bffcc">Text here</p>
This sample text font color is #9bffcc
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.
#9bffcc Background Color
<div style="background-color:#9bffcc">
Div content here</div>
This div background color is #9bffcc
#9bffcc Border Color
<div style="border:3px solid #9bffcc">
Div here</div>
This div border color is #9bffcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,255,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bffcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bffcc; -webkit-box-shadow: 1px 1px 3px 2px #9bffcc; box-shadow: 1px 1px 3px 2px #9bffcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,255,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bffcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bffcc; -webkit-box-shadow: 1px 1px 3px 2px #9bffcc; box-shadow: 1px 1px 3px 2px #9bffcc;">
Div content here</div>
This div box has shadow with color #9bffcc
#9bffcc Color Palettes
Comments
No comments written yet.
Please login to write comment.