Color spaces of #abb8ad
RGB | 171 | 184 | 173 |
---|---|---|---|
HSL | 0.36 | 0.08 | 0.70 |
HSV | 129° | 7° | 72° |
CMYK | 0.07 | 0.00 | 0.06 0.28 |
XYZ | 41.4779 | 45.9560 | 46.2194 |
Yxy | 45.9560 | 0.3103 | 0.3438 |
Hunter Lab | 67.7909 | -9.4186 | 7.0300 |
CIE-Lab | 73.5170 | -6.5957 | 4.0307 |
#abb8ad color RGB value is (171,184,173).
#abb8ad hex color red value is 171, green value is 184 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #abb8ad hue: 0.36 , saturation: 0.08 and the lightness value of abb8ad is 0.70.
The process color (four color CMYK) of #abb8ad color hex is 0.07, 0.00, 0.06, 0.28. Web safe color of #abb8ad is #99cc99. Color #abb8ad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111000 | 10101101 |
Octal | 253 | 270 | 255 |
Decimal | 171 | 184 | 173 |
Hex | AB | B8 | AD |
Shades of #abb8ad
Tints of #abb8ad
RGB Percentages of Color #abb8ad
CMYK Percentages of Color #abb8ad
Complementary Color
#abb8ad | #b8abb6 |
#abb8ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abb8ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#abb8ad Color CSS Codes
.mybgcolor {background-color:#abb8ad; } .myforecolor {color:#abb8ad; } .mybordercolor {border:3px solid #abb8ad; }
#abb8ad Text Font Color
<p style="color:#abb8ad">Text here</p>
This sample text font color is #abb8ad
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.
#abb8ad Background Color
<div style="background-color:#abb8ad">
Div content here</div>
This div background color is #abb8ad
#abb8ad Border Color
<div style="border:3px solid #abb8ad">
Div here</div>
This div border color is #abb8ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,184,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abb8ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abb8ad; -webkit-box-shadow: 1px 1px 3px 2px #abb8ad; box-shadow: 1px 1px 3px 2px #abb8ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,184,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abb8ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abb8ad; -webkit-box-shadow: 1px 1px 3px 2px #abb8ad; box-shadow: 1px 1px 3px 2px #abb8ad;">
Div content here</div>
This div box has shadow with color #abb8ad
Comments
No comments written yet.
Please login to write comment.