Color spaces of #aca11b
RGB | 172 | 161 | 27 |
---|---|---|---|
HSL | 0.15 | 0.73 | 0.39 |
HSV | 55° | 84° | 67° |
CMYK | 0.00 | 0.06 | 0.84 0.33 |
XYZ | 29.9560 | 34.3395 | 6.0863 |
Yxy | 34.3395 | 0.4256 | 0.4879 |
Hunter Lab | 58.5999 | -11.3015 | 34.8620 |
CIE-Lab | 65.2312 | -9.8684 | 63.5831 |
#aca11b color RGB value is (172,161,27).
#aca11b hex color red value is 172, green value is 161 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #aca11b hue: 0.15 , saturation: 0.73 and the lightness value of aca11b is 0.39.
The process color (four color CMYK) of #aca11b color hex is 0.00, 0.06, 0.84, 0.33. Web safe color of #aca11b is #999933. Color #aca11b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10100001 | 00011011 |
Octal | 254 | 241 | 33 |
Decimal | 172 | 161 | 27 |
Hex | AC | A1 | 1B |
Shades of #aca11b
Tints of #aca11b
RGB Percentages of Color #aca11b
CMYK Percentages of Color #aca11b
Complementary Color
#aca11b | #1b26ac |
#aca11b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aca11b Color Preview on White Background
Lorem ipsum dolor sit amet.
#aca11b Color CSS Codes
.mybgcolor {background-color:#aca11b; } .myforecolor {color:#aca11b; } .mybordercolor {border:3px solid #aca11b; }
#aca11b Text Font Color
<p style="color:#aca11b">Text here</p>
This sample text font color is #aca11b
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.
#aca11b Background Color
<div style="background-color:#aca11b">
Div content here</div>
This div background color is #aca11b
#aca11b Border Color
<div style="border:3px solid #aca11b">
Div here</div>
This div border color is #aca11b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,161,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aca11b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aca11b; -webkit-box-shadow: 1px 1px 3px 2px #aca11b; box-shadow: 1px 1px 3px 2px #aca11b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,161,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aca11b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aca11b; -webkit-box-shadow: 1px 1px 3px 2px #aca11b; box-shadow: 1px 1px 3px 2px #aca11b;">
Div content here</div>
This div box has shadow with color #aca11b
Comments
No comments written yet.
Please login to write comment.