Color spaces of #9cbbdb
RGB | 156 | 187 | 219 |
---|---|---|---|
HSL | 0.58 | 0.47 | 0.74 |
HSV | 210° | 29° | 86° |
CMYK | 0.29 | 0.15 | 0.00 0.14 |
XYZ | 44.2668 | 47.7230 | 73.8962 |
Yxy | 47.7230 | 0.2669 | 0.2877 |
Hunter Lab | 69.0818 | -6.5126 | -15.0647 |
CIE-Lab | 74.6499 | -3.1625 | -19.4660 |
#9cbbdb color RGB value is (156,187,219).
#9cbbdb hex color red value is 156, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9cbbdb hue: 0.58 , saturation: 0.47 and the lightness value of 9cbbdb is 0.74.
The process color (four color CMYK) of #9cbbdb color hex is 0.29, 0.15, 0.00, 0.14. Web safe color of #9cbbdb is #99cccc. Color #9cbbdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10111011 | 11011011 |
Octal | 234 | 273 | 333 |
Decimal | 156 | 187 | 219 |
Hex | 9C | BB | DB |
Shades of #9cbbdb
Tints of #9cbbdb
RGB Percentages of Color #9cbbdb
CMYK Percentages of Color #9cbbdb
Complementary Color
#9cbbdb | #dbbc9c |
#9cbbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cbbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cbbdb Color CSS Codes
.mybgcolor {background-color:#9cbbdb; } .myforecolor {color:#9cbbdb; } .mybordercolor {border:3px solid #9cbbdb; }
#9cbbdb Text Font Color
<p style="color:#9cbbdb">Text here</p>
This sample text font color is #9cbbdb
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.
#9cbbdb Background Color
<div style="background-color:#9cbbdb">
Div content here</div>
This div background color is #9cbbdb
#9cbbdb Border Color
<div style="border:3px solid #9cbbdb">
Div here</div>
This div border color is #9cbbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,187,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cbbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cbbdb; -webkit-box-shadow: 1px 1px 3px 2px #9cbbdb; box-shadow: 1px 1px 3px 2px #9cbbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,187,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9cbbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cbbdb; -webkit-box-shadow: 1px 1px 3px 2px #9cbbdb; box-shadow: 1px 1px 3px 2px #9cbbdb;">
Div content here</div>
This div box has shadow with color #9cbbdb
Comments
No comments written yet.
Please login to write comment.