Color Hex Logo

#aca509 Color Hex

#ACA509
(172,165,9)
0 Favorites   0 Comments

Color spaces of #aca509

RGB 1721659
HSL0.160.900.35
HSV57°95°67°
CMYK 0.000.040.95   0.33
XYZ30.517735.70065.5409
Yxy35.70060.42530.4975
Hunter Lab59.7500-13.392436.3267
CIE-Lab66.2905-12.321067.7657

#aca509 color RGB value is (172,165,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 00001001
Octal 254 245 11
Decimal 172 165 9
Hex AC A5 9

RGB Percentages of Color #aca509

%49.71
%47.69
%2.60

CMYK Percentages of Color #aca509

%0
%4
%95
%33

Triadic Colors of #aca509

#aca509 #09aca5 #a509ac

Analogous Colors of #aca509

#aca509 #62ac09 #ac5409

Monochromatic Colors of #aca509

#aca509

Complementary Color

#aca509 #0910ac

#aca509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca509 Color CSS Codes

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

#aca509 Text Font Color

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

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


#aca509 Background Color

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

This div background color is #aca509


#aca509 Border Color

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

This div border color is #aca509


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,165,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 #aca509">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca509


Comments

No comments written yet.

Please login to write comment.