Color spaces of #9cabbf
RGB | 156 | 171 | 191 |
---|---|---|---|
HSL | 0.60 | 0.21 | 0.68 |
HSV | 214° | 18° | 75° |
CMYK | 0.18 | 0.10 | 0.00 0.25 |
XYZ | 37.6772 | 39.9553 | 55.0166 |
Yxy | 39.9553 | 0.2840 | 0.3012 |
Hunter Lab | 63.2102 | -4.2208 | -7.3574 |
CIE-Lab | 69.4377 | -0.9694 | -11.9908 |
#9cabbf color RGB value is (156,171,191).
#9cabbf hex color red value is 156, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9cabbf hue: 0.60 , saturation: 0.21 and the lightness value of 9cabbf is 0.68.
The process color (four color CMYK) of #9cabbf color hex is 0.18, 0.10, 0.00, 0.25. Web safe color of #9cabbf is #9999cc. Color #9cabbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10101011 | 10111111 |
Octal | 234 | 253 | 277 |
Decimal | 156 | 171 | 191 |
Hex | 9C | AB | BF |
Shades of #9cabbf
Tints of #9cabbf
RGB Percentages of Color #9cabbf
CMYK Percentages of Color #9cabbf
Complementary Color
#9cabbf | #bfb09c |
#9cabbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cabbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cabbf Color CSS Codes
.mybgcolor {background-color:#9cabbf; } .myforecolor {color:#9cabbf; } .mybordercolor {border:3px solid #9cabbf; }
#9cabbf Text Font Color
<p style="color:#9cabbf">Text here</p>
This sample text font color is #9cabbf
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.
#9cabbf Background Color
<div style="background-color:#9cabbf">
Div content here</div>
This div background color is #9cabbf
#9cabbf Border Color
<div style="border:3px solid #9cabbf">
Div here</div>
This div border color is #9cabbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,171,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cabbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cabbf; -webkit-box-shadow: 1px 1px 3px 2px #9cabbf; box-shadow: 1px 1px 3px 2px #9cabbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,171,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9cabbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cabbf; -webkit-box-shadow: 1px 1px 3px 2px #9cabbf; box-shadow: 1px 1px 3px 2px #9cabbf;">
Div content here</div>
This div box has shadow with color #9cabbf
Comments
No comments written yet.
Please login to write comment.