Color spaces of #aba45d
RGB | 171 | 164 | 93 |
---|---|---|---|
HSL | 0.15 | 0.32 | 0.52 |
HSV | 55° | 46° | 67° |
CMYK | 0.00 | 0.04 | 0.46 0.33 |
XYZ | 32.0458 | 35.9992 | 15.6155 |
Yxy | 35.9992 | 0.3830 | 0.4303 |
Hunter Lab | 59.9993 | -9.6615 | 26.5686 |
CIE-Lab | 66.5193 | -7.6854 | 37.5871 |
#aba45d color RGB value is (171,164,93).
#aba45d hex color red value is 171, green value is 164 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #aba45d hue: 0.15 , saturation: 0.32 and the lightness value of aba45d is 0.52.
The process color (four color CMYK) of #aba45d color hex is 0.00, 0.04, 0.46, 0.33. Web safe color of #aba45d is #999966. Color #aba45d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10100100 | 01011101 |
Octal | 253 | 244 | 135 |
Decimal | 171 | 164 | 93 |
Hex | AB | A4 | 5D |
Shades of #aba45d
Tints of #aba45d
RGB Percentages of Color #aba45d
CMYK Percentages of Color #aba45d
Complementary Color
#aba45d | #5d64ab |
#aba45d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba45d Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba45d Color CSS Codes
.mybgcolor {background-color:#aba45d; } .myforecolor {color:#aba45d; } .mybordercolor {border:3px solid #aba45d; }
#aba45d Text Font Color
<p style="color:#aba45d">Text here</p>
This sample text font color is #aba45d
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.
#aba45d Background Color
<div style="background-color:#aba45d">
Div content here</div>
This div background color is #aba45d
#aba45d Border Color
<div style="border:3px solid #aba45d">
Div here</div>
This div border color is #aba45d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,164,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba45d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba45d; -webkit-box-shadow: 1px 1px 3px 2px #aba45d; box-shadow: 1px 1px 3px 2px #aba45d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,164,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aba45d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba45d; -webkit-box-shadow: 1px 1px 3px 2px #aba45d; box-shadow: 1px 1px 3px 2px #aba45d;">
Div content here</div>
This div box has shadow with color #aba45d
Comments
No comments written yet.
Please login to write comment.