Color spaces of #abb16f
RGB | 171 | 177 | 111 |
---|---|---|---|
HSL | 0.18 | 0.30 | 0.56 |
HSV | 65° | 37° | 69° |
CMYK | 0.03 | 0.00 | 0.37 0.31 |
XYZ | 35.3860 | 41.2499 | 21.1359 |
Yxy | 41.2499 | 0.3619 | 0.4219 |
Hunter Lab | 64.2261 | -14.0493 | 25.4468 |
CIE-Lab | 70.3507 | -12.5061 | 33.0782 |
#abb16f color RGB value is (171,177,111).
#abb16f hex color red value is 171, green value is 177 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #abb16f hue: 0.18 , saturation: 0.30 and the lightness value of abb16f is 0.56.
The process color (four color CMYK) of #abb16f color hex is 0.03, 0.00, 0.37, 0.31. Web safe color of #abb16f is #999966. Color #abb16f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10110001 | 01101111 |
Octal | 253 | 261 | 157 |
Decimal | 171 | 177 | 111 |
Hex | AB | B1 | 6F |
Shades of #abb16f
Tints of #abb16f
RGB Percentages of Color #abb16f
CMYK Percentages of Color #abb16f
Complementary Color
#abb16f | #756fb1 |
#abb16f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abb16f Color Preview on White Background
Lorem ipsum dolor sit amet.
#abb16f Color CSS Codes
.mybgcolor {background-color:#abb16f; } .myforecolor {color:#abb16f; } .mybordercolor {border:3px solid #abb16f; }
#abb16f Text Font Color
<p style="color:#abb16f">Text here</p>
This sample text font color is #abb16f
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.
#abb16f Background Color
<div style="background-color:#abb16f">
Div content here</div>
This div background color is #abb16f
#abb16f Border Color
<div style="border:3px solid #abb16f">
Div here</div>
This div border color is #abb16f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,177,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abb16f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abb16f; -webkit-box-shadow: 1px 1px 3px 2px #abb16f; box-shadow: 1px 1px 3px 2px #abb16f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,177,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abb16f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abb16f; -webkit-box-shadow: 1px 1px 3px 2px #abb16f; box-shadow: 1px 1px 3px 2px #abb16f;">
Div content here</div>
This div box has shadow with color #abb16f
Comments
No comments written yet.
Please login to write comment.