Color spaces of #abeb5b
RGB | 171 | 235 | 91 |
---|---|---|---|
HSL | 0.24 | 0.78 | 0.64 |
HSV | 87° | 61° | 92° |
CMYK | 0.27 | 0.00 | 0.61 0.08 |
XYZ | 48.3912 | 68.8299 | 20.6325 |
Yxy | 68.8299 | 0.3510 | 0.4993 |
Hunter Lab | 82.9638 | -41.0710 | 43.3297 |
CIE-Lab | 86.4197 | -42.2134 | 61.7103 |
#abeb5b color RGB value is (171,235,91).
#abeb5b hex color red value is 171, green value is 235 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #abeb5b hue: 0.24 , saturation: 0.78 and the lightness value of abeb5b is 0.64.
The process color (four color CMYK) of #abeb5b color hex is 0.27, 0.00, 0.61, 0.08. Web safe color of #abeb5b is #99ff66. Color #abeb5b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101011 | 01011011 |
Octal | 253 | 353 | 133 |
Decimal | 171 | 235 | 91 |
Hex | AB | EB | 5B |
Shades of #abeb5b
Tints of #abeb5b
RGB Percentages of Color #abeb5b
CMYK Percentages of Color #abeb5b
Complementary Color
#abeb5b | #9b5beb |
#abeb5b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abeb5b Color Preview on White Background
Lorem ipsum dolor sit amet.
#abeb5b Color CSS Codes
.mybgcolor {background-color:#abeb5b; } .myforecolor {color:#abeb5b; } .mybordercolor {border:3px solid #abeb5b; }
#abeb5b Text Font Color
<p style="color:#abeb5b">Text here</p>
This sample text font color is #abeb5b
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.
#abeb5b Background Color
<div style="background-color:#abeb5b">
Div content here</div>
This div background color is #abeb5b
#abeb5b Border Color
<div style="border:3px solid #abeb5b">
Div here</div>
This div border color is #abeb5b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,235,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abeb5b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abeb5b; -webkit-box-shadow: 1px 1px 3px 2px #abeb5b; box-shadow: 1px 1px 3px 2px #abeb5b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,235,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abeb5b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abeb5b; -webkit-box-shadow: 1px 1px 3px 2px #abeb5b; box-shadow: 1px 1px 3px 2px #abeb5b;">
Div content here</div>
This div box has shadow with color #abeb5b
Comments
No comments written yet.
Please login to write comment.