Color spaces of #9cbacd
RGB | 156 | 186 | 205 |
---|---|---|---|
HSL | 0.56 | 0.33 | 0.71 |
HSV | 203° | 24° | 80° |
CMYK | 0.24 | 0.09 | 0.00 0.20 |
XYZ | 42.2887 | 46.5935 | 64.5222 |
Yxy | 46.5935 | 0.2757 | 0.3037 |
Hunter Lab | 68.2594 | -8.8681 | -8.2622 |
CIE-Lab | 73.9290 | -5.9164 | -12.9386 |
#9cbacd color RGB value is (156,186,205).
#9cbacd hex color red value is 156, green value is 186 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9cbacd hue: 0.56 , saturation: 0.33 and the lightness value of 9cbacd is 0.71.
The process color (four color CMYK) of #9cbacd color hex is 0.24, 0.09, 0.00, 0.20. Web safe color of #9cbacd is #99cccc. Color #9cbacd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10111010 | 11001101 |
Octal | 234 | 272 | 315 |
Decimal | 156 | 186 | 205 |
Hex | 9C | BA | CD |
Shades of #9cbacd
Tints of #9cbacd
RGB Percentages of Color #9cbacd
CMYK Percentages of Color #9cbacd
Complementary Color
#9cbacd | #cdaf9c |
#9cbacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cbacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cbacd Color CSS Codes
.mybgcolor {background-color:#9cbacd; } .myforecolor {color:#9cbacd; } .mybordercolor {border:3px solid #9cbacd; }
#9cbacd Text Font Color
<p style="color:#9cbacd">Text here</p>
This sample text font color is #9cbacd
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.
#9cbacd Background Color
<div style="background-color:#9cbacd">
Div content here</div>
This div background color is #9cbacd
#9cbacd Border Color
<div style="border:3px solid #9cbacd">
Div here</div>
This div border color is #9cbacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,186,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cbacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cbacd; -webkit-box-shadow: 1px 1px 3px 2px #9cbacd; box-shadow: 1px 1px 3px 2px #9cbacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,186,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 #9cbacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cbacd; -webkit-box-shadow: 1px 1px 3px 2px #9cbacd; box-shadow: 1px 1px 3px 2px #9cbacd;">
Div content here</div>
This div box has shadow with color #9cbacd
Comments
No comments written yet.
Please login to write comment.