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