Color spaces of #9bcccd
RGB | 155 | 204 | 205 |
---|---|---|---|
HSL | 0.50 | 0.33 | 0.71 |
HSV | 181° | 24° | 80° |
CMYK | 0.24 | 0.00 | 0.00 0.20 |
XYZ | 46.1299 | 54.5621 | 65.8578 |
Yxy | 54.5621 | 0.2770 | 0.3276 |
Hunter Lab | 73.8662 | -17.7914 | -1.1556 |
CIE-Lab | 78.7884 | -15.6379 | -5.7116 |
#9bcccd color RGB value is (155,204,205).
#9bcccd hex color red value is 155, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9bcccd hue: 0.50 , saturation: 0.33 and the lightness value of 9bcccd is 0.71.
The process color (four color CMYK) of #9bcccd color hex is 0.24, 0.00, 0.00, 0.20. Web safe color of #9bcccd is #99cccc. Color #9bcccd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11001100 | 11001101 |
Octal | 233 | 314 | 315 |
Decimal | 155 | 204 | 205 |
Hex | 9B | CC | CD |
Shades of #9bcccd
Tints of #9bcccd
RGB Percentages of Color #9bcccd
CMYK Percentages of Color #9bcccd
Complementary Color
#9bcccd | #cd9c9b |
#9bcccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bcccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bcccd Color CSS Codes
.mybgcolor {background-color:#9bcccd; } .myforecolor {color:#9bcccd; } .mybordercolor {border:3px solid #9bcccd; }
#9bcccd Text Font Color
<p style="color:#9bcccd">Text here</p>
This sample text font color is #9bcccd
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.
#9bcccd Background Color
<div style="background-color:#9bcccd">
Div content here</div>
This div background color is #9bcccd
#9bcccd Border Color
<div style="border:3px solid #9bcccd">
Div here</div>
This div border color is #9bcccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,204,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bcccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bcccd; -webkit-box-shadow: 1px 1px 3px 2px #9bcccd; box-shadow: 1px 1px 3px 2px #9bcccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,204,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bcccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bcccd; -webkit-box-shadow: 1px 1px 3px 2px #9bcccd; box-shadow: 1px 1px 3px 2px #9bcccd;">
Div content here</div>
This div box has shadow with color #9bcccd
Comments
No comments written yet.
Please login to write comment.