Color spaces of #abe052
RGB | 171 | 224 | 82 |
---|---|---|---|
HSL | 0.23 | 0.70 | 0.60 |
HSV | 82° | 63° | 88° |
CMYK | 0.24 | 0.00 | 0.63 0.12 |
XYZ | 44.9732 | 62.5784 | 17.6912 |
Yxy | 62.5784 | 0.3591 | 0.4997 |
Hunter Lab | 79.1065 | -36.9566 | 42.1151 |
CIE-Lab | 83.2201 | -38.0522 | 61.9345 |
#abe052 color RGB value is (171,224,82).
#abe052 hex color red value is 171, green value is 224 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #abe052 hue: 0.23 , saturation: 0.70 and the lightness value of abe052 is 0.60.
The process color (four color CMYK) of #abe052 color hex is 0.24, 0.00, 0.63, 0.12. Web safe color of #abe052 is #99cc66. Color #abe052 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11100000 | 01010010 |
Octal | 253 | 340 | 122 |
Decimal | 171 | 224 | 82 |
Hex | AB | E0 | 52 |
Shades of #abe052
Tints of #abe052
RGB Percentages of Color #abe052
CMYK Percentages of Color #abe052
Complementary Color
#abe052 | #8752e0 |
#abe052 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abe052 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abe052 Color CSS Codes
.mybgcolor {background-color:#abe052; } .myforecolor {color:#abe052; } .mybordercolor {border:3px solid #abe052; }
#abe052 Text Font Color
<p style="color:#abe052">Text here</p>
This sample text font color is #abe052
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.
#abe052 Background Color
<div style="background-color:#abe052">
Div content here</div>
This div background color is #abe052
#abe052 Border Color
<div style="border:3px solid #abe052">
Div here</div>
This div border color is #abe052
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,224,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abe052; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abe052; -webkit-box-shadow: 1px 1px 3px 2px #abe052; box-shadow: 1px 1px 3px 2px #abe052; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,224,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abe052">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abe052; -webkit-box-shadow: 1px 1px 3px 2px #abe052; box-shadow: 1px 1px 3px 2px #abe052;">
Div content here</div>
This div box has shadow with color #abe052
Comments
No comments written yet.
Please login to write comment.