Color spaces of #abc04d
RGB | 171 | 192 | 77 |
---|---|---|---|
HSL | 0.20 | 0.48 | 0.53 |
HSV | 71° | 60° | 75° |
CMYK | 0.11 | 0.00 | 0.60 0.25 |
XYZ | 36.9838 | 46.8930 | 14.1232 |
Yxy | 46.8930 | 0.3774 | 0.4785 |
Hunter Lab | 68.4785 | -23.4332 | 35.7068 |
CIE-Lab | 74.1213 | -23.4245 | 54.1410 |
#abc04d color RGB value is (171,192,77).
#abc04d hex color red value is 171, green value is 192 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #abc04d hue: 0.20 , saturation: 0.48 and the lightness value of abc04d is 0.53.
The process color (four color CMYK) of #abc04d color hex is 0.11, 0.00, 0.60, 0.25. Web safe color of #abc04d is #99cc66. Color #abc04d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11000000 | 01001101 |
Octal | 253 | 300 | 115 |
Decimal | 171 | 192 | 77 |
Hex | AB | C0 | 4D |
Shades of #abc04d
Tints of #abc04d
RGB Percentages of Color #abc04d
CMYK Percentages of Color #abc04d
Complementary Color
#abc04d | #624dc0 |
#abc04d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abc04d Color Preview on White Background
Lorem ipsum dolor sit amet.
#abc04d Color CSS Codes
.mybgcolor {background-color:#abc04d; } .myforecolor {color:#abc04d; } .mybordercolor {border:3px solid #abc04d; }
#abc04d Text Font Color
<p style="color:#abc04d">Text here</p>
This sample text font color is #abc04d
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.
#abc04d Background Color
<div style="background-color:#abc04d">
Div content here</div>
This div background color is #abc04d
#abc04d Border Color
<div style="border:3px solid #abc04d">
Div here</div>
This div border color is #abc04d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,192,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abc04d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abc04d; -webkit-box-shadow: 1px 1px 3px 2px #abc04d; box-shadow: 1px 1px 3px 2px #abc04d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,192,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abc04d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abc04d; -webkit-box-shadow: 1px 1px 3px 2px #abc04d; box-shadow: 1px 1px 3px 2px #abc04d;">
Div content here</div>
This div box has shadow with color #abc04d
Comments
No comments written yet.
Please login to write comment.