Color spaces of #9facbb
RGB | 159 | 172 | 187 |
---|---|---|---|
HSL | 0.59 | 0.17 | 0.68 |
HSV | 212° | 15° | 73° |
CMYK | 0.15 | 0.08 | 0.00 0.27 |
XYZ | 38.0202 | 40.4638 | 52.8201 |
Yxy | 40.4638 | 0.2896 | 0.3082 |
Hunter Lab | 63.6112 | -4.6306 | -4.7042 |
CIE-Lab | 69.7986 | -1.4139 | -9.2197 |
#9facbb color RGB value is (159,172,187).
#9facbb hex color red value is 159, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9facbb hue: 0.59 , saturation: 0.17 and the lightness value of 9facbb is 0.68.
The process color (four color CMYK) of #9facbb color hex is 0.15, 0.08, 0.00, 0.27. Web safe color of #9facbb is #9999cc. Color #9facbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 10101100 | 10111011 |
Octal | 237 | 254 | 273 |
Decimal | 159 | 172 | 187 |
Hex | 9F | AC | BB |
Shades of #9facbb
Tints of #9facbb
RGB Percentages of Color #9facbb
CMYK Percentages of Color #9facbb
Complementary Color
#9facbb | #bbae9f |
#9facbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9facbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9facbb Color CSS Codes
.mybgcolor {background-color:#9facbb; } .myforecolor {color:#9facbb; } .mybordercolor {border:3px solid #9facbb; }
#9facbb Text Font Color
<p style="color:#9facbb">Text here</p>
This sample text font color is #9facbb
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.
#9facbb Background Color
<div style="background-color:#9facbb">
Div content here</div>
This div background color is #9facbb
#9facbb Border Color
<div style="border:3px solid #9facbb">
Div here</div>
This div border color is #9facbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,172,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9facbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9facbb; -webkit-box-shadow: 1px 1px 3px 2px #9facbb; box-shadow: 1px 1px 3px 2px #9facbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,172,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9facbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9facbb; -webkit-box-shadow: 1px 1px 3px 2px #9facbb; box-shadow: 1px 1px 3px 2px #9facbb;">
Div content here</div>
This div box has shadow with color #9facbb
Comments
No comments written yet.
Please login to write comment.