Color spaces of #aba421
RGB | 171 | 164 | 33 |
---|---|---|---|
HSL | 0.16 | 0.68 | 0.40 |
HSV | 57° | 81° | 67° |
CMYK | 0.00 | 0.04 | 0.81 0.33 |
XYZ | 30.3446 | 35.3187 | 6.6567 |
Yxy | 35.3187 | 0.4196 | 0.4884 |
Hunter Lab | 59.4295 | -12.8600 | 34.9596 |
CIE-Lab | 65.9960 | -11.7002 | 62.5840 |
#aba421 color RGB value is (171,164,33).
#aba421 hex color red value is 171, green value is 164 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #aba421 hue: 0.16 , saturation: 0.68 and the lightness value of aba421 is 0.40.
The process color (four color CMYK) of #aba421 color hex is 0.00, 0.04, 0.81, 0.33. Web safe color of #aba421 is #999933. Color #aba421 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10100100 | 00100001 |
Octal | 253 | 244 | 41 |
Decimal | 171 | 164 | 33 |
Hex | AB | A4 | 21 |
Shades of #aba421
Tints of #aba421
RGB Percentages of Color #aba421
CMYK Percentages of Color #aba421
Complementary Color
#aba421 | #2128ab |
#aba421 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba421 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba421 Color CSS Codes
.mybgcolor {background-color:#aba421; } .myforecolor {color:#aba421; } .mybordercolor {border:3px solid #aba421; }
#aba421 Text Font Color
<p style="color:#aba421">Text here</p>
This sample text font color is #aba421
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.
#aba421 Background Color
<div style="background-color:#aba421">
Div content here</div>
This div background color is #aba421
#aba421 Border Color
<div style="border:3px solid #aba421">
Div here</div>
This div border color is #aba421
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,164,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba421; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba421; -webkit-box-shadow: 1px 1px 3px 2px #aba421; box-shadow: 1px 1px 3px 2px #aba421; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,164,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aba421">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba421; -webkit-box-shadow: 1px 1px 3px 2px #aba421; box-shadow: 1px 1px 3px 2px #aba421;">
Div content here</div>
This div box has shadow with color #aba421
Comments
No comments written yet.
Please login to write comment.