Color spaces of #abb5ac
RGB | 171 | 181 | 172 |
---|---|---|---|
HSL | 0.35 | 0.06 | 0.69 |
HSV | 126° | 6° | 71° |
CMYK | 0.06 | 0.00 | 0.05 0.29 |
XYZ | 40.7649 | 44.6842 | 45.5061 |
Yxy | 44.6842 | 0.3113 | 0.3412 |
Hunter Lab | 66.8462 | -8.1261 | 6.4302 |
CIE-Lab | 72.6835 | -5.1886 | 3.3709 |
#abb5ac color RGB value is (171,181,172).
#abb5ac hex color red value is 171, green value is 181 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #abb5ac hue: 0.35 , saturation: 0.06 and the lightness value of abb5ac is 0.69.
The process color (four color CMYK) of #abb5ac color hex is 0.06, 0.00, 0.05, 0.29. Web safe color of #abb5ac is #99cc99. Color #abb5ac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10110101 | 10101100 |
Octal | 253 | 265 | 254 |
Decimal | 171 | 181 | 172 |
Hex | AB | B5 | AC |
Shades of #abb5ac
Tints of #abb5ac
RGB Percentages of Color #abb5ac
CMYK Percentages of Color #abb5ac
Complementary Color
#abb5ac | #b5abb4 |
#abb5ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abb5ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#abb5ac Color CSS Codes
.mybgcolor {background-color:#abb5ac; } .myforecolor {color:#abb5ac; } .mybordercolor {border:3px solid #abb5ac; }
#abb5ac Text Font Color
<p style="color:#abb5ac">Text here</p>
This sample text font color is #abb5ac
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.
#abb5ac Background Color
<div style="background-color:#abb5ac">
Div content here</div>
This div background color is #abb5ac
#abb5ac Border Color
<div style="border:3px solid #abb5ac">
Div here</div>
This div border color is #abb5ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,181,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abb5ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abb5ac; -webkit-box-shadow: 1px 1px 3px 2px #abb5ac; box-shadow: 1px 1px 3px 2px #abb5ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,181,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 #abb5ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abb5ac; -webkit-box-shadow: 1px 1px 3px 2px #abb5ac; box-shadow: 1px 1px 3px 2px #abb5ac;">
Div content here</div>
This div box has shadow with color #abb5ac
Comments
No comments written yet.
Please login to write comment.