Color spaces of #9cabcc
RGB | 156 | 171 | 204 |
---|---|---|---|
HSL | 0.61 | 0.32 | 0.71 |
HSV | 221° | 24° | 80° |
CMYK | 0.24 | 0.16 | 0.00 0.20 |
XYZ | 39.1723 | 40.5534 | 62.8897 |
Yxy | 40.5534 | 0.2747 | 0.2844 |
Hunter Lab | 63.6816 | -1.6424 | -13.9757 |
CIE-Lab | 69.8619 | 1.9976 | -18.5219 |
#9cabcc color RGB value is (156,171,204).
#9cabcc hex color red value is 156, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9cabcc hue: 0.61 , saturation: 0.32 and the lightness value of 9cabcc is 0.71.
The process color (four color CMYK) of #9cabcc color hex is 0.24, 0.16, 0.00, 0.20. Web safe color of #9cabcc is #9999cc. Color #9cabcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10101011 | 11001100 |
Octal | 234 | 253 | 314 |
Decimal | 156 | 171 | 204 |
Hex | 9C | AB | CC |
Shades of #9cabcc
Tints of #9cabcc
RGB Percentages of Color #9cabcc
CMYK Percentages of Color #9cabcc
Complementary Color
#9cabcc | #ccbd9c |
#9cabcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cabcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cabcc Color CSS Codes
.mybgcolor {background-color:#9cabcc; } .myforecolor {color:#9cabcc; } .mybordercolor {border:3px solid #9cabcc; }
#9cabcc Text Font Color
<p style="color:#9cabcc">Text here</p>
This sample text font color is #9cabcc
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.
#9cabcc Background Color
<div style="background-color:#9cabcc">
Div content here</div>
This div background color is #9cabcc
#9cabcc Border Color
<div style="border:3px solid #9cabcc">
Div here</div>
This div border color is #9cabcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,171,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cabcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cabcc; -webkit-box-shadow: 1px 1px 3px 2px #9cabcc; box-shadow: 1px 1px 3px 2px #9cabcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,171,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 #9cabcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cabcc; -webkit-box-shadow: 1px 1px 3px 2px #9cabcc; box-shadow: 1px 1px 3px 2px #9cabcc;">
Div content here</div>
This div box has shadow with color #9cabcc
Comments
No comments written yet.
Please login to write comment.