Color spaces of #aca601
RGB | 172 | 166 | 1 |
---|---|---|---|
HSL | 0.16 | 0.99 | 0.34 |
HSV | 58° | 99° | 67° |
CMYK | 0.00 | 0.03 | 0.99 0.33 |
XYZ | 30.6550 | 36.0453 | 5.3705 |
Yxy | 36.0453 | 0.4253 | 0.5001 |
Hunter Lab | 60.0377 | -13.9247 | 36.7228 |
CIE-Lab | 66.5545 | -12.9462 | 68.9885 |
#aca601 color RGB value is (172,166,1).
#aca601 hex color red value is 172, green value is 166 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #aca601 hue: 0.16 , saturation: 0.99 and the lightness value of aca601 is 0.34.
The process color (four color CMYK) of #aca601 color hex is 0.00, 0.03, 0.99, 0.33. Web safe color of #aca601 is #999900. Color #aca601 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10100110 | 00000001 |
Octal | 254 | 246 | 1 |
Decimal | 172 | 166 | 1 |
Hex | AC | A6 | 1 |
Shades of #aca601
Tints of #aca601
RGB Percentages of Color #aca601
CMYK Percentages of Color #aca601
Complementary Color
#aca601 | #0107ac |
#aca601 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aca601 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aca601 Color CSS Codes
.mybgcolor {background-color:#aca601; } .myforecolor {color:#aca601; } .mybordercolor {border:3px solid #aca601; }
#aca601 Text Font Color
<p style="color:#aca601">Text here</p>
This sample text font color is #aca601
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.
#aca601 Background Color
<div style="background-color:#aca601">
Div content here</div>
This div background color is #aca601
#aca601 Border Color
<div style="border:3px solid #aca601">
Div here</div>
This div border color is #aca601
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,166,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aca601; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aca601; -webkit-box-shadow: 1px 1px 3px 2px #aca601; box-shadow: 1px 1px 3px 2px #aca601; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,166,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aca601">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aca601; -webkit-box-shadow: 1px 1px 3px 2px #aca601; box-shadow: 1px 1px 3px 2px #aca601;">
Div content here</div>
This div box has shadow with color #aca601
Comments
No comments written yet.
Please login to write comment.