Color spaces of #abaa30
RGB | 171 | 170 | 48 |
---|---|---|---|
HSL | 0.17 | 0.56 | 0.43 |
HSV | 60° | 72° | 67° |
CMYK | 0.00 | 0.01 | 0.72 0.33 |
XYZ | 31.7028 | 37.6208 | 8.3869 |
Yxy | 37.6208 | 0.4080 | 0.4841 |
Hunter Lab | 61.3358 | -15.0759 | 34.8279 |
CIE-Lab | 67.7402 | -14.1939 | 59.2834 |
#abaa30 color RGB value is (171,170,48).
#abaa30 hex color red value is 171, green value is 170 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #abaa30 hue: 0.17 , saturation: 0.56 and the lightness value of abaa30 is 0.43.
The process color (four color CMYK) of #abaa30 color hex is 0.00, 0.01, 0.72, 0.33. Web safe color of #abaa30 is #999933. Color #abaa30 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101010 | 00110000 |
Octal | 253 | 252 | 60 |
Decimal | 171 | 170 | 48 |
Hex | AB | AA | 30 |
Shades of #abaa30
Tints of #abaa30
RGB Percentages of Color #abaa30
CMYK Percentages of Color #abaa30
Complementary Color
#abaa30 | #3031ab |
#abaa30 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abaa30 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abaa30 Color CSS Codes
.mybgcolor {background-color:#abaa30; } .myforecolor {color:#abaa30; } .mybordercolor {border:3px solid #abaa30; }
#abaa30 Text Font Color
<p style="color:#abaa30">Text here</p>
This sample text font color is #abaa30
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.
#abaa30 Background Color
<div style="background-color:#abaa30">
Div content here</div>
This div background color is #abaa30
#abaa30 Border Color
<div style="border:3px solid #abaa30">
Div here</div>
This div border color is #abaa30
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,170,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abaa30; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abaa30; -webkit-box-shadow: 1px 1px 3px 2px #abaa30; box-shadow: 1px 1px 3px 2px #abaa30; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,170,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abaa30">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abaa30; -webkit-box-shadow: 1px 1px 3px 2px #abaa30; box-shadow: 1px 1px 3px 2px #abaa30;">
Div content here</div>
This div box has shadow with color #abaa30
Comments
No comments written yet.
Please login to write comment.