Color spaces of #abc96f
RGB | 171 | 201 | 111 |
---|---|---|---|
HSL | 0.22 | 0.45 | 0.61 |
HSV | 80° | 45° | 79° |
CMYK | 0.15 | 0.00 | 0.45 0.21 |
XYZ | 40.5505 | 51.5789 | 22.8574 |
Yxy | 51.5789 | 0.3527 | 0.4486 |
Hunter Lab | 71.8185 | -24.8967 | 31.4029 |
CIE-Lab | 77.0284 | -24.5788 | 41.5292 |
#abc96f color RGB value is (171,201,111).
#abc96f hex color red value is 171, green value is 201 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #abc96f hue: 0.22 , saturation: 0.45 and the lightness value of abc96f is 0.61.
The process color (four color CMYK) of #abc96f color hex is 0.15, 0.00, 0.45, 0.21. Web safe color of #abc96f is #99cc66. Color #abc96f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001001 | 01101111 |
Octal | 253 | 311 | 157 |
Decimal | 171 | 201 | 111 |
Hex | AB | C9 | 6F |
Shades of #abc96f
Tints of #abc96f
RGB Percentages of Color #abc96f
CMYK Percentages of Color #abc96f
Complementary Color
#abc96f | #8d6fc9 |
#abc96f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abc96f Color Preview on White Background
Lorem ipsum dolor sit amet.
#abc96f Color CSS Codes
.mybgcolor {background-color:#abc96f; } .myforecolor {color:#abc96f; } .mybordercolor {border:3px solid #abc96f; }
#abc96f Text Font Color
<p style="color:#abc96f">Text here</p>
This sample text font color is #abc96f
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.
#abc96f Background Color
<div style="background-color:#abc96f">
Div content here</div>
This div background color is #abc96f
#abc96f Border Color
<div style="border:3px solid #abc96f">
Div here</div>
This div border color is #abc96f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,201,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abc96f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abc96f; -webkit-box-shadow: 1px 1px 3px 2px #abc96f; box-shadow: 1px 1px 3px 2px #abc96f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,201,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 #abc96f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abc96f; -webkit-box-shadow: 1px 1px 3px 2px #abc96f; box-shadow: 1px 1px 3px 2px #abc96f;">
Div content here</div>
This div box has shadow with color #abc96f
Comments
No comments written yet.
Please login to write comment.