Color spaces of #aca30f
RGB | 172 | 163 | 15 |
---|---|---|---|
HSL | 0.16 | 0.84 | 0.37 |
HSV | 57° | 91° | 67° |
CMYK | 0.00 | 0.05 | 0.91 0.33 |
XYZ | 30.1967 | 34.9995 | 5.6160 |
Yxy | 34.9995 | 0.4264 | 0.4943 |
Hunter Lab | 59.1604 | -12.4205 | 35.7840 |
CIE-Lab | 65.7483 | -11.1884 | 66.4974 |
#aca30f color RGB value is (172,163,15).
#aca30f hex color red value is 172, green value is 163 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #aca30f hue: 0.16 , saturation: 0.84 and the lightness value of aca30f is 0.37.
The process color (four color CMYK) of #aca30f color hex is 0.00, 0.05, 0.91, 0.33. Web safe color of #aca30f is #999900. Color #aca30f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10100011 | 00001111 |
Octal | 254 | 243 | 17 |
Decimal | 172 | 163 | 15 |
Hex | AC | A3 | F |
Shades of #aca30f
Tints of #aca30f
RGB Percentages of Color #aca30f
CMYK Percentages of Color #aca30f
Complementary Color
#aca30f | #0f18ac |
#aca30f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aca30f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aca30f Color CSS Codes
.mybgcolor {background-color:#aca30f; } .myforecolor {color:#aca30f; } .mybordercolor {border:3px solid #aca30f; }
#aca30f Text Font Color
<p style="color:#aca30f">Text here</p>
This sample text font color is #aca30f
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.
#aca30f Background Color
<div style="background-color:#aca30f">
Div content here</div>
This div background color is #aca30f
#aca30f Border Color
<div style="border:3px solid #aca30f">
Div here</div>
This div border color is #aca30f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,163,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aca30f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aca30f; -webkit-box-shadow: 1px 1px 3px 2px #aca30f; box-shadow: 1px 1px 3px 2px #aca30f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,163,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aca30f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aca30f; -webkit-box-shadow: 1px 1px 3px 2px #aca30f; box-shadow: 1px 1px 3px 2px #aca30f;">
Div content here</div>
This div box has shadow with color #aca30f
Comments
No comments written yet.
Please login to write comment.