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