Color Hex Logo

#aca409 Color Hex

#ACA409
(172,164,9)
0 Favorites   0 Comments

Color spaces of #aca409

RGB 1721649
HSL0.160.900.35
HSV57°95°67°
CMYK 0.000.050.95   0.33
XYZ30.338035.34135.4810
Yxy35.34130.42630.4966
Hunter Lab59.4485-12.942236.1476
CIE-Lab66.0135-11.800467.5561

#aca409 color RGB value is (172,164,9).

#aca409 hex color red value is 172, green value is 164 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #aca409 hue: 0.16 , saturation: 0.90 and the lightness value of aca409 is 0.35.

The process color (four color CMYK) of #aca409 color hex is 0.00, 0.05, 0.95, 0.33. Web safe color of #aca409 is #999900. Color #aca409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 00001001
Octal 254 244 11
Decimal 172 164 9
Hex AC A4 9

RGB Percentages of Color #aca409

%49.86
%47.54
%2.61

CMYK Percentages of Color #aca409

%0
%5
%95
%33

Triadic Colors of #aca409

#aca409 #09aca4 #a409ac

Analogous Colors of #aca409

#aca409 #63ac09 #ac5309

Monochromatic Colors of #aca409

#aca409

Complementary Color

#aca409 #0911ac

#aca409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca409 Color CSS Codes

.mybgcolor {background-color:#aca409; } 
.myforecolor {color:#aca409; }
.mybordercolor {border:3px solid #aca409; }

#aca409 Text Font Color

<p style="color:#aca409">Text here</p>

This sample text font color is #aca409
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.


#aca409 Background Color

<div style="background-color:#aca409">
Div content here</div>

This div background color is #aca409


#aca409 Border Color

<div style="border:3px solid #aca409">
Div here</div>

This div border color is #aca409


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,164,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aca409; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aca409;
  -webkit-box-shadow: 1px 1px 3px 2px #aca409;
  box-shadow:         1px 1px 3px 2px #aca409; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,164,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aca409">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aca409;
  -webkit-box-shadow: 1px 1px 3px 2px #aca409;
  box-shadow:         1px 1px 3px 2px #aca409;">
Div content here</div>

This div box has shadow with color #aca409


Comments

No comments written yet.

Please login to write comment.