Color spaces of #abe850
RGB | 171 | 232 | 80 |
---|---|---|---|
HSL | 0.23 | 0.77 | 0.61 |
HSV | 84° | 66° | 91° |
CMYK | 0.26 | 0.00 | 0.66 0.09 |
XYZ | 47.0992 | 66.9503 | 18.0297 |
Yxy | 66.9503 | 0.3566 | 0.5069 |
Hunter Lab | 81.8232 | -40.4420 | 44.2117 |
CIE-Lab | 85.4788 | -41.7431 | 65.1373 |
#abe850 color RGB value is (171,232,80).
#abe850 hex color red value is 171, green value is 232 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #abe850 hue: 0.23 , saturation: 0.77 and the lightness value of abe850 is 0.61.
The process color (four color CMYK) of #abe850 color hex is 0.26, 0.00, 0.66, 0.09. Web safe color of #abe850 is #99ff66. Color #abe850 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101000 | 01010000 |
Octal | 253 | 350 | 120 |
Decimal | 171 | 232 | 80 |
Hex | AB | E8 | 50 |
Shades of #abe850
Tints of #abe850
RGB Percentages of Color #abe850
CMYK Percentages of Color #abe850
Complementary Color
#abe850 | #8d50e8 |
#abe850 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abe850 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abe850 Color CSS Codes
.mybgcolor {background-color:#abe850; } .myforecolor {color:#abe850; } .mybordercolor {border:3px solid #abe850; }
#abe850 Text Font Color
<p style="color:#abe850">Text here</p>
This sample text font color is #abe850
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.
#abe850 Background Color
<div style="background-color:#abe850">
Div content here</div>
This div background color is #abe850
#abe850 Border Color
<div style="border:3px solid #abe850">
Div here</div>
This div border color is #abe850
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,232,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abe850; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abe850; -webkit-box-shadow: 1px 1px 3px 2px #abe850; box-shadow: 1px 1px 3px 2px #abe850; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,232,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abe850">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abe850; -webkit-box-shadow: 1px 1px 3px 2px #abe850; box-shadow: 1px 1px 3px 2px #abe850;">
Div content here</div>
This div box has shadow with color #abe850
Comments
No comments written yet.
Please login to write comment.