Color spaces of #abcb2e
RGB | 171 | 203 | 46 |
---|---|---|---|
HSL | 0.20 | 0.63 | 0.49 |
HSV | 72° | 77° | 80° |
CMYK | 0.16 | 0.00 | 0.77 0.20 |
XYZ | 38.6437 | 51.5671 | 10.5015 |
Yxy | 51.5671 | 0.3837 | 0.5120 |
Hunter Lab | 71.8102 | -29.6106 | 41.5966 |
CIE-Lab | 77.0213 | -30.5431 | 68.6623 |
#abcb2e color RGB value is (171,203,46).
#abcb2e hex color red value is 171, green value is 203 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #abcb2e hue: 0.20 , saturation: 0.63 and the lightness value of abcb2e is 0.49.
The process color (four color CMYK) of #abcb2e color hex is 0.16, 0.00, 0.77, 0.20. Web safe color of #abcb2e is #99cc33. Color #abcb2e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001011 | 00101110 |
Octal | 253 | 313 | 56 |
Decimal | 171 | 203 | 46 |
Hex | AB | CB | 2E |
Shades of #abcb2e
Tints of #abcb2e
RGB Percentages of Color #abcb2e
CMYK Percentages of Color #abcb2e
Complementary Color
#abcb2e | #4e2ecb |
#abcb2e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abcb2e Color Preview on White Background
Lorem ipsum dolor sit amet.
#abcb2e Color CSS Codes
.mybgcolor {background-color:#abcb2e; } .myforecolor {color:#abcb2e; } .mybordercolor {border:3px solid #abcb2e; }
#abcb2e Text Font Color
<p style="color:#abcb2e">Text here</p>
This sample text font color is #abcb2e
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.
#abcb2e Background Color
<div style="background-color:#abcb2e">
Div content here</div>
This div background color is #abcb2e
#abcb2e Border Color
<div style="border:3px solid #abcb2e">
Div here</div>
This div border color is #abcb2e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,203,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abcb2e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abcb2e; -webkit-box-shadow: 1px 1px 3px 2px #abcb2e; box-shadow: 1px 1px 3px 2px #abcb2e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,203,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abcb2e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abcb2e; -webkit-box-shadow: 1px 1px 3px 2px #abcb2e; box-shadow: 1px 1px 3px 2px #abcb2e;">
Div content here</div>
This div box has shadow with color #abcb2e
Comments
No comments written yet.
Please login to write comment.