Color spaces of #abef7c
RGB | 171 | 239 | 124 |
---|---|---|---|
HSL | 0.27 | 0.78 | 0.71 |
HSV | 95° | 48° | 94° |
CMYK | 0.28 | 0.00 | 0.48 0.06 |
XYZ | 51.2992 | 71.8462 | 30.2327 |
Yxy | 71.8462 | 0.3345 | 0.4684 |
Hunter Lab | 84.7621 | -40.3031 | 38.1861 |
CIE-Lab | 87.8945 | -40.7278 | 48.6510 |
#abef7c color RGB value is (171,239,124).
#abef7c hex color red value is 171, green value is 239 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #abef7c hue: 0.27 , saturation: 0.78 and the lightness value of abef7c is 0.71.
The process color (four color CMYK) of #abef7c color hex is 0.28, 0.00, 0.48, 0.06. Web safe color of #abef7c is #99ff66. Color #abef7c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101111 | 01111100 |
Octal | 253 | 357 | 174 |
Decimal | 171 | 239 | 124 |
Hex | AB | EF | 7C |
Shades of #abef7c
Tints of #abef7c
RGB Percentages of Color #abef7c
CMYK Percentages of Color #abef7c
Complementary Color
#abef7c | #c07cef |
#abef7c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abef7c Color Preview on White Background
Lorem ipsum dolor sit amet.
#abef7c Color CSS Codes
.mybgcolor {background-color:#abef7c; } .myforecolor {color:#abef7c; } .mybordercolor {border:3px solid #abef7c; }
#abef7c Text Font Color
<p style="color:#abef7c">Text here</p>
This sample text font color is #abef7c
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.
#abef7c Background Color
<div style="background-color:#abef7c">
Div content here</div>
This div background color is #abef7c
#abef7c Border Color
<div style="border:3px solid #abef7c">
Div here</div>
This div border color is #abef7c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,239,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abef7c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abef7c; -webkit-box-shadow: 1px 1px 3px 2px #abef7c; box-shadow: 1px 1px 3px 2px #abef7c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,239,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abef7c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abef7c; -webkit-box-shadow: 1px 1px 3px 2px #abef7c; box-shadow: 1px 1px 3px 2px #abef7c;">
Div content here</div>
This div box has shadow with color #abef7c
Comments
No comments written yet.
Please login to write comment.