Color spaces of #abeb0a
RGB | 171 | 235 | 10 |
---|---|---|---|
HSL | 0.21 | 0.92 | 0.48 |
HSV | 77° | 96° | 92° |
CMYK | 0.27 | 0.00 | 0.96 0.08 |
XYZ | 46.5577 | 68.0965 | 10.9773 |
Yxy | 68.0965 | 0.3706 | 0.5420 |
Hunter Lab | 82.5206 | -43.7023 | 49.8774 |
CIE-Lab | 86.0547 | -45.7474 | 82.8723 |
#abeb0a color RGB value is (171,235,10).
#abeb0a hex color red value is 171, green value is 235 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #abeb0a hue: 0.21 , saturation: 0.92 and the lightness value of abeb0a is 0.48.
The process color (four color CMYK) of #abeb0a color hex is 0.27, 0.00, 0.96, 0.08. Web safe color of #abeb0a is #99ff00. Color #abeb0a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101011 | 00001010 |
Octal | 253 | 353 | 12 |
Decimal | 171 | 235 | 10 |
Hex | AB | EB | A |
Shades of #abeb0a
Tints of #abeb0a
RGB Percentages of Color #abeb0a
CMYK Percentages of Color #abeb0a
Complementary Color
#abeb0a | #4a0aeb |
#abeb0a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abeb0a Color Preview on White Background
Lorem ipsum dolor sit amet.
#abeb0a Color CSS Codes
.mybgcolor {background-color:#abeb0a; } .myforecolor {color:#abeb0a; } .mybordercolor {border:3px solid #abeb0a; }
#abeb0a Text Font Color
<p style="color:#abeb0a">Text here</p>
This sample text font color is #abeb0a
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.
#abeb0a Background Color
<div style="background-color:#abeb0a">
Div content here</div>
This div background color is #abeb0a
#abeb0a Border Color
<div style="border:3px solid #abeb0a">
Div here</div>
This div border color is #abeb0a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,235,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abeb0a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abeb0a; -webkit-box-shadow: 1px 1px 3px 2px #abeb0a; box-shadow: 1px 1px 3px 2px #abeb0a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,235,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abeb0a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abeb0a; -webkit-box-shadow: 1px 1px 3px 2px #abeb0a; box-shadow: 1px 1px 3px 2px #abeb0a;">
Div content here</div>
This div box has shadow with color #abeb0a
Comments
No comments written yet.
Please login to write comment.