Color spaces of #abb62a
RGB | 171 | 182 | 42 |
---|---|---|---|
HSL | 0.18 | 0.63 | 0.44 |
HSV | 65° | 77° | 71° |
CMYK | 0.06 | 0.00 | 0.77 0.29 |
XYZ | 33.9405 | 42.2810 | 8.5627 |
Yxy | 42.2810 | 0.4003 | 0.4987 |
Hunter Lab | 65.0238 | -20.6201 | 37.7091 |
CIE-Lab | 71.0642 | -20.5479 | 64.4240 |
#abb62a color RGB value is (171,182,42).
#abb62a hex color red value is 171, green value is 182 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #abb62a hue: 0.18 , saturation: 0.63 and the lightness value of abb62a is 0.44.
The process color (four color CMYK) of #abb62a color hex is 0.06, 0.00, 0.77, 0.29. Web safe color of #abb62a is #99cc33. Color #abb62a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10110110 | 00101010 |
Octal | 253 | 266 | 52 |
Decimal | 171 | 182 | 42 |
Hex | AB | B6 | 2A |
Shades of #abb62a
Tints of #abb62a
RGB Percentages of Color #abb62a
CMYK Percentages of Color #abb62a
Complementary Color
#abb62a | #352ab6 |
#abb62a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abb62a Color Preview on White Background
Lorem ipsum dolor sit amet.
#abb62a Color CSS Codes
.mybgcolor {background-color:#abb62a; } .myforecolor {color:#abb62a; } .mybordercolor {border:3px solid #abb62a; }
#abb62a Text Font Color
<p style="color:#abb62a">Text here</p>
This sample text font color is #abb62a
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.
#abb62a Background Color
<div style="background-color:#abb62a">
Div content here</div>
This div background color is #abb62a
#abb62a Border Color
<div style="border:3px solid #abb62a">
Div here</div>
This div border color is #abb62a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,182,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abb62a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abb62a; -webkit-box-shadow: 1px 1px 3px 2px #abb62a; box-shadow: 1px 1px 3px 2px #abb62a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,182,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 #abb62a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abb62a; -webkit-box-shadow: 1px 1px 3px 2px #abb62a; box-shadow: 1px 1px 3px 2px #abb62a;">
Div content here</div>
This div box has shadow with color #abb62a
Comments
No comments written yet.
Please login to write comment.