Color spaces of #aba04a
RGB | 171 | 160 | 74 |
---|---|---|---|
HSL | 0.15 | 0.40 | 0.48 |
HSV | 53° | 57° | 67° |
CMYK | 0.00 | 0.06 | 0.57 0.33 |
XYZ | 30.6014 | 34.2940 | 11.4851 |
Yxy | 34.2940 | 0.4006 | 0.4490 |
Hunter Lab | 58.5611 | -9.2058 | 29.3647 |
CIE-Lab | 65.1953 | -7.2873 | 45.4941 |
#aba04a color RGB value is (171,160,74).
#aba04a hex color red value is 171, green value is 160 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aba04a hue: 0.15 , saturation: 0.40 and the lightness value of aba04a is 0.48.
The process color (four color CMYK) of #aba04a color hex is 0.00, 0.06, 0.57, 0.33. Web safe color of #aba04a is #999933. Color #aba04a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10100000 | 01001010 |
Octal | 253 | 240 | 112 |
Decimal | 171 | 160 | 74 |
Hex | AB | A0 | 4A |
Shades of #aba04a
Tints of #aba04a
RGB Percentages of Color #aba04a
CMYK Percentages of Color #aba04a
Complementary Color
#aba04a | #4a55ab |
#aba04a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba04a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba04a Color CSS Codes
.mybgcolor {background-color:#aba04a; } .myforecolor {color:#aba04a; } .mybordercolor {border:3px solid #aba04a; }
#aba04a Text Font Color
<p style="color:#aba04a">Text here</p>
This sample text font color is #aba04a
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.
#aba04a Background Color
<div style="background-color:#aba04a">
Div content here</div>
This div background color is #aba04a
#aba04a Border Color
<div style="border:3px solid #aba04a">
Div here</div>
This div border color is #aba04a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,160,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba04a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba04a; -webkit-box-shadow: 1px 1px 3px 2px #aba04a; box-shadow: 1px 1px 3px 2px #aba04a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,160,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aba04a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba04a; -webkit-box-shadow: 1px 1px 3px 2px #aba04a; box-shadow: 1px 1px 3px 2px #aba04a;">
Div content here</div>
This div box has shadow with color #aba04a
Comments
No comments written yet.
Please login to write comment.