Color spaces of #abef4d
RGB | 171 | 239 | 77 |
---|---|---|---|
HSL | 0.24 | 0.84 | 0.62 |
HSV | 85° | 68° | 94° |
CMYK | 0.28 | 0.00 | 0.68 0.06 |
XYZ | 49.0006 | 70.9268 | 18.1288 |
Yxy | 70.9268 | 0.3549 | 0.5138 |
Hunter Lab | 84.2181 | -43.5249 | 46.1899 |
CIE-Lab | 87.4494 | -44.9828 | 68.3340 |
#abef4d color RGB value is (171,239,77).
#abef4d hex color red value is 171, green value is 239 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #abef4d hue: 0.24 , saturation: 0.84 and the lightness value of abef4d is 0.62.
The process color (four color CMYK) of #abef4d color hex is 0.28, 0.00, 0.68, 0.06. Web safe color of #abef4d is #99ff66. Color #abef4d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101111 | 01001101 |
Octal | 253 | 357 | 115 |
Decimal | 171 | 239 | 77 |
Hex | AB | EF | 4D |
Shades of #abef4d
Tints of #abef4d
RGB Percentages of Color #abef4d
CMYK Percentages of Color #abef4d
Complementary Color
#abef4d | #914def |
#abef4d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abef4d Color Preview on White Background
Lorem ipsum dolor sit amet.
#abef4d Color CSS Codes
.mybgcolor {background-color:#abef4d; } .myforecolor {color:#abef4d; } .mybordercolor {border:3px solid #abef4d; }
#abef4d Text Font Color
<p style="color:#abef4d">Text here</p>
This sample text font color is #abef4d
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.
#abef4d Background Color
<div style="background-color:#abef4d">
Div content here</div>
This div background color is #abef4d
#abef4d Border Color
<div style="border:3px solid #abef4d">
Div here</div>
This div border color is #abef4d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,239,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abef4d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abef4d; -webkit-box-shadow: 1px 1px 3px 2px #abef4d; box-shadow: 1px 1px 3px 2px #abef4d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,239,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abef4d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abef4d; -webkit-box-shadow: 1px 1px 3px 2px #abef4d; box-shadow: 1px 1px 3px 2px #abef4d;">
Div content here</div>
This div box has shadow with color #abef4d
Comments
No comments written yet.
Please login to write comment.