Color spaces of #abaa49
RGB | 171 | 170 | 73 |
---|---|---|---|
HSL | 0.16 | 0.40 | 0.48 |
HSV | 59° | 57° | 67° |
CMYK | 0.00 | 0.01 | 0.57 0.33 |
XYZ | 32.3719 | 37.8884 | 11.9103 |
Yxy | 37.8884 | 0.3940 | 0.4611 |
Hunter Lab | 61.5536 | -13.8430 | 31.6152 |
CIE-Lab | 67.9383 | -12.6252 | 49.0713 |
#abaa49 color RGB value is (171,170,73).
#abaa49 hex color red value is 171, green value is 170 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #abaa49 hue: 0.16 , saturation: 0.40 and the lightness value of abaa49 is 0.48.
The process color (four color CMYK) of #abaa49 color hex is 0.00, 0.01, 0.57, 0.33. Web safe color of #abaa49 is #999933. Color #abaa49 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101010 | 01001001 |
Octal | 253 | 252 | 111 |
Decimal | 171 | 170 | 73 |
Hex | AB | AA | 49 |
Shades of #abaa49
Tints of #abaa49
RGB Percentages of Color #abaa49
CMYK Percentages of Color #abaa49
Complementary Color
#abaa49 | #494aab |
#abaa49 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abaa49 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abaa49 Color CSS Codes
.mybgcolor {background-color:#abaa49; } .myforecolor {color:#abaa49; } .mybordercolor {border:3px solid #abaa49; }
#abaa49 Text Font Color
<p style="color:#abaa49">Text here</p>
This sample text font color is #abaa49
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.
#abaa49 Background Color
<div style="background-color:#abaa49">
Div content here</div>
This div background color is #abaa49
#abaa49 Border Color
<div style="border:3px solid #abaa49">
Div here</div>
This div border color is #abaa49
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,170,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abaa49; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abaa49; -webkit-box-shadow: 1px 1px 3px 2px #abaa49; box-shadow: 1px 1px 3px 2px #abaa49; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,170,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abaa49">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abaa49; -webkit-box-shadow: 1px 1px 3px 2px #abaa49; box-shadow: 1px 1px 3px 2px #abaa49;">
Div content here</div>
This div box has shadow with color #abaa49
Comments
No comments written yet.
Please login to write comment.