Color spaces of #abc02a
RGB | 171 | 192 | 42 |
---|---|---|---|
HSL | 0.19 | 0.64 | 0.46 |
HSV | 68° | 78° | 75° |
CMYK | 0.11 | 0.00 | 0.78 0.25 |
XYZ | 36.0621 | 46.5244 | 9.2699 |
Yxy | 46.5244 | 0.3926 | 0.5065 |
Hunter Lab | 68.2088 | -24.9922 | 39.6884 |
CIE-Lab | 73.8845 | -25.4619 | 66.9897 |
#abc02a color RGB value is (171,192,42).
#abc02a hex color red value is 171, green value is 192 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #abc02a hue: 0.19 , saturation: 0.64 and the lightness value of abc02a is 0.46.
The process color (four color CMYK) of #abc02a color hex is 0.11, 0.00, 0.78, 0.25. Web safe color of #abc02a is #99cc33. Color #abc02a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11000000 | 00101010 |
Octal | 253 | 300 | 52 |
Decimal | 171 | 192 | 42 |
Hex | AB | C0 | 2A |
Shades of #abc02a
Tints of #abc02a
RGB Percentages of Color #abc02a
CMYK Percentages of Color #abc02a
Complementary Color
#abc02a | #3f2ac0 |
#abc02a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abc02a Color Preview on White Background
Lorem ipsum dolor sit amet.
#abc02a Color CSS Codes
.mybgcolor {background-color:#abc02a; } .myforecolor {color:#abc02a; } .mybordercolor {border:3px solid #abc02a; }
#abc02a Text Font Color
<p style="color:#abc02a">Text here</p>
This sample text font color is #abc02a
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.
#abc02a Background Color
<div style="background-color:#abc02a">
Div content here</div>
This div background color is #abc02a
#abc02a Border Color
<div style="border:3px solid #abc02a">
Div here</div>
This div border color is #abc02a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,192,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abc02a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abc02a; -webkit-box-shadow: 1px 1px 3px 2px #abc02a; box-shadow: 1px 1px 3px 2px #abc02a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,192,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abc02a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abc02a; -webkit-box-shadow: 1px 1px 3px 2px #abc02a; box-shadow: 1px 1px 3px 2px #abc02a;">
Div content here</div>
This div box has shadow with color #abc02a
Comments
No comments written yet.
Please login to write comment.