Color spaces of #9cbccc
RGB | 156 | 188 | 204 |
---|---|---|---|
HSL | 0.56 | 0.32 | 0.71 |
HSV | 200° | 24° | 80° |
CMYK | 0.24 | 0.08 | 0.00 0.20 |
XYZ | 42.5926 | 47.3940 | 64.0298 |
Yxy | 47.3940 | 0.2765 | 0.3077 |
Hunter Lab | 68.8433 | -10.0398 | -6.9542 |
CIE-Lab | 74.4411 | -7.2115 | -11.6272 |
#9cbccc color RGB value is (156,188,204).
#9cbccc hex color red value is 156, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9cbccc hue: 0.56 , saturation: 0.32 and the lightness value of 9cbccc is 0.71.
The process color (four color CMYK) of #9cbccc color hex is 0.24, 0.08, 0.00, 0.20. Web safe color of #9cbccc is #99cccc. Color #9cbccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10111100 | 11001100 |
Octal | 234 | 274 | 314 |
Decimal | 156 | 188 | 204 |
Hex | 9C | BC | CC |
Shades of #9cbccc
Tints of #9cbccc
RGB Percentages of Color #9cbccc
CMYK Percentages of Color #9cbccc
Complementary Color
#9cbccc | #ccac9c |
#9cbccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cbccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cbccc Color CSS Codes
.mybgcolor {background-color:#9cbccc; } .myforecolor {color:#9cbccc; } .mybordercolor {border:3px solid #9cbccc; }
#9cbccc Text Font Color
<p style="color:#9cbccc">Text here</p>
This sample text font color is #9cbccc
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.
#9cbccc Background Color
<div style="background-color:#9cbccc">
Div content here</div>
This div background color is #9cbccc
#9cbccc Border Color
<div style="border:3px solid #9cbccc">
Div here</div>
This div border color is #9cbccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,188,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cbccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cbccc; -webkit-box-shadow: 1px 1px 3px 2px #9cbccc; box-shadow: 1px 1px 3px 2px #9cbccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,188,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 #9cbccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cbccc; -webkit-box-shadow: 1px 1px 3px 2px #9cbccc; box-shadow: 1px 1px 3px 2px #9cbccc;">
Div content here</div>
This div box has shadow with color #9cbccc
Comments
No comments written yet.
Please login to write comment.