Color spaces of #9bacae
RGB | 155 | 172 | 174 |
---|---|---|---|
HSL | 0.52 | 0.10 | 0.65 |
HSV | 186° | 11° | 68° |
CMYK | 0.11 | 0.01 | 0.00 0.32 |
XYZ | 35.9101 | 39.5296 | 45.7817 |
Yxy | 39.5296 | 0.2962 | 0.3261 |
Hunter Lab | 62.8726 | -8.0755 | 0.8378 |
CIE-Lab | 69.1332 | -5.4912 | -3.0516 |
#9bacae color RGB value is (155,172,174).
#9bacae hex color red value is 155, green value is 172 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9bacae hue: 0.52 , saturation: 0.10 and the lightness value of 9bacae is 0.65.
The process color (four color CMYK) of #9bacae color hex is 0.11, 0.01, 0.00, 0.32. Web safe color of #9bacae is #999999. Color #9bacae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 10101100 | 10101110 |
Octal | 233 | 254 | 256 |
Decimal | 155 | 172 | 174 |
Hex | 9B | AC | AE |
Shades of #9bacae
Tints of #9bacae
RGB Percentages of Color #9bacae
CMYK Percentages of Color #9bacae
Complementary Color
#9bacae | #ae9d9b |
#9bacae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bacae Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bacae Color CSS Codes
.mybgcolor {background-color:#9bacae; } .myforecolor {color:#9bacae; } .mybordercolor {border:3px solid #9bacae; }
#9bacae Text Font Color
<p style="color:#9bacae">Text here</p>
This sample text font color is #9bacae
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.
#9bacae Background Color
<div style="background-color:#9bacae">
Div content here</div>
This div background color is #9bacae
#9bacae Border Color
<div style="border:3px solid #9bacae">
Div here</div>
This div border color is #9bacae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,172,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bacae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bacae; -webkit-box-shadow: 1px 1px 3px 2px #9bacae; box-shadow: 1px 1px 3px 2px #9bacae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,172,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bacae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bacae; -webkit-box-shadow: 1px 1px 3px 2px #9bacae; box-shadow: 1px 1px 3px 2px #9bacae;">
Div content here</div>
This div box has shadow with color #9bacae
Comments
No comments written yet.
Please login to write comment.