Color Hex Logo

#aca504 Color Hex

#ACA504
(172,165,4)
0 Favorites   0 Comments

Color spaces of #aca504

RGB 1721654
HSL0.160.950.35
HSV58°98°67°
CMYK 0.000.040.98   0.33
XYZ30.490335.68975.3967
Yxy35.68970.42600.4986
Hunter Lab59.7409-13.444436.4626
CIE-Lab66.2821-12.387468.3998

#aca504 color RGB value is (172,165,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 00000100
Octal 254 245 4
Decimal 172 165 4
Hex AC A5 4

RGB Percentages of Color #aca504

%50.44
%48.39
%1.17

CMYK Percentages of Color #aca504

%0
%4
%98
%33

Triadic Colors of #aca504

#aca504 #04aca5 #a504ac

Analogous Colors of #aca504

#aca504 #5fac04 #ac5104

Monochromatic Colors of #aca504

#aca504

Complementary Color

#aca504 #040bac

#aca504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca504 Color CSS Codes

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

#aca504 Text Font Color

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

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


#aca504 Background Color

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

This div background color is #aca504


#aca504 Border Color

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

This div border color is #aca504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca504


Comments

No comments written yet.

Please login to write comment.