Color spaces of #9bacab
RGB | 155 | 172 | 171 |
---|---|---|---|
HSL | 0.49 | 0.09 | 0.64 |
HSV | 176° | 10° | 67° |
CMYK | 0.10 | 0.00 | 0.01 0.33 |
XYZ | 35.6208 | 39.4139 | 44.2583 |
Yxy | 39.4139 | 0.2986 | 0.3304 |
Hunter Lab | 62.7805 | -8.5874 | 2.1487 |
CIE-Lab | 69.0500 | -6.1062 | -1.5143 |
#9bacab color RGB value is (155,172,171).
#9bacab hex color red value is 155, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9bacab hue: 0.49 , saturation: 0.09 and the lightness value of 9bacab is 0.64.
The process color (four color CMYK) of #9bacab color hex is 0.10, 0.00, 0.01, 0.33. Web safe color of #9bacab is #999999. Color #9bacab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 10101100 | 10101011 |
Octal | 233 | 254 | 253 |
Decimal | 155 | 172 | 171 |
Hex | 9B | AC | AB |
Shades of #9bacab
Tints of #9bacab
RGB Percentages of Color #9bacab
CMYK Percentages of Color #9bacab
Complementary Color
#9bacab | #ac9b9c |
#9bacab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bacab Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bacab Color CSS Codes
.mybgcolor {background-color:#9bacab; } .myforecolor {color:#9bacab; } .mybordercolor {border:3px solid #9bacab; }
#9bacab Text Font Color
<p style="color:#9bacab">Text here</p>
This sample text font color is #9bacab
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.
#9bacab Background Color
<div style="background-color:#9bacab">
Div content here</div>
This div background color is #9bacab
#9bacab Border Color
<div style="border:3px solid #9bacab">
Div here</div>
This div border color is #9bacab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,172,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bacab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bacab; -webkit-box-shadow: 1px 1px 3px 2px #9bacab; box-shadow: 1px 1px 3px 2px #9bacab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,172,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bacab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bacab; -webkit-box-shadow: 1px 1px 3px 2px #9bacab; box-shadow: 1px 1px 3px 2px #9bacab;">
Div content here</div>
This div box has shadow with color #9bacab
Comments
No comments written yet.
Please login to write comment.