Color spaces of #abe80f
RGB | 171 | 232 | 15 |
---|---|---|---|
HSL | 0.21 | 0.88 | 0.48 |
HSV | 77° | 94° | 91° |
CMYK | 0.26 | 0.00 | 0.94 0.09 |
XYZ | 45.7374 | 66.4056 | 10.8589 |
Yxy | 66.4056 | 0.3718 | 0.5399 |
Hunter Lab | 81.4896 | -42.4208 | 49.1421 |
CIE-Lab | 85.2029 | -44.4044 | 81.7396 |
#abe80f color RGB value is (171,232,15).
#abe80f hex color red value is 171, green value is 232 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #abe80f hue: 0.21 , saturation: 0.88 and the lightness value of abe80f is 0.48.
The process color (four color CMYK) of #abe80f color hex is 0.26, 0.00, 0.94, 0.09. Web safe color of #abe80f is #99ff00. Color #abe80f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101000 | 00001111 |
Octal | 253 | 350 | 17 |
Decimal | 171 | 232 | 15 |
Hex | AB | E8 | F |
Shades of #abe80f
Tints of #abe80f
RGB Percentages of Color #abe80f
CMYK Percentages of Color #abe80f
Complementary Color
#abe80f | #4c0fe8 |
#abe80f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abe80f Color Preview on White Background
Lorem ipsum dolor sit amet.
#abe80f Color CSS Codes
.mybgcolor {background-color:#abe80f; } .myforecolor {color:#abe80f; } .mybordercolor {border:3px solid #abe80f; }
#abe80f Text Font Color
<p style="color:#abe80f">Text here</p>
This sample text font color is #abe80f
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.
#abe80f Background Color
<div style="background-color:#abe80f">
Div content here</div>
This div background color is #abe80f
#abe80f Border Color
<div style="border:3px solid #abe80f">
Div here</div>
This div border color is #abe80f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,232,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abe80f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abe80f; -webkit-box-shadow: 1px 1px 3px 2px #abe80f; box-shadow: 1px 1px 3px 2px #abe80f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,232,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abe80f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abe80f; -webkit-box-shadow: 1px 1px 3px 2px #abe80f; box-shadow: 1px 1px 3px 2px #abe80f;">
Div content here</div>
This div box has shadow with color #abe80f
Comments
No comments written yet.
Please login to write comment.