Color spaces of #abeb4f
RGB | 171 | 235 | 79 |
---|---|---|---|
HSL | 0.24 | 0.80 | 0.62 |
HSV | 85° | 66° | 92° |
CMYK | 0.27 | 0.00 | 0.66 0.08 |
XYZ | 47.9142 | 68.6391 | 18.1205 |
Yxy | 68.6391 | 0.3558 | 0.5097 |
Hunter Lab | 82.8487 | -41.7527 | 45.0263 |
CIE-Lab | 86.3250 | -43.1213 | 66.4121 |
#abeb4f color RGB value is (171,235,79).
#abeb4f hex color red value is 171, green value is 235 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #abeb4f hue: 0.24 , saturation: 0.80 and the lightness value of abeb4f is 0.62.
The process color (four color CMYK) of #abeb4f color hex is 0.27, 0.00, 0.66, 0.08. Web safe color of #abeb4f is #99ff66. Color #abeb4f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101011 | 01001111 |
Octal | 253 | 353 | 117 |
Decimal | 171 | 235 | 79 |
Hex | AB | EB | 4F |
Shades of #abeb4f
Tints of #abeb4f
RGB Percentages of Color #abeb4f
CMYK Percentages of Color #abeb4f
Complementary Color
#abeb4f | #8f4feb |
#abeb4f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abeb4f Color Preview on White Background
Lorem ipsum dolor sit amet.
#abeb4f Color CSS Codes
.mybgcolor {background-color:#abeb4f; } .myforecolor {color:#abeb4f; } .mybordercolor {border:3px solid #abeb4f; }
#abeb4f Text Font Color
<p style="color:#abeb4f">Text here</p>
This sample text font color is #abeb4f
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.
#abeb4f Background Color
<div style="background-color:#abeb4f">
Div content here</div>
This div background color is #abeb4f
#abeb4f Border Color
<div style="border:3px solid #abeb4f">
Div here</div>
This div border color is #abeb4f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,235,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abeb4f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abeb4f; -webkit-box-shadow: 1px 1px 3px 2px #abeb4f; box-shadow: 1px 1px 3px 2px #abeb4f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,235,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abeb4f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abeb4f; -webkit-box-shadow: 1px 1px 3px 2px #abeb4f; box-shadow: 1px 1px 3px 2px #abeb4f;">
Div content here</div>
This div box has shadow with color #abeb4f
Comments
No comments written yet.
Please login to write comment.