Color Hex Logo

#aca43c Color Hex

#ACA43C
(172,164,60)
0 Favorites   0 Comments

Color spaces of #aca43c

RGB 17216460
HSL0.150.480.45
HSV56°65°67°
CMYK 0.000.050.65   0.33
XYZ31.104335.64789.5163
Yxy35.64780.40780.4674
Hunter Lab59.7058-11.493832.3440
CIE-Lab66.2499-9.966353.0539

#aca43c color RGB value is (172,164,60).

#aca43c hex color red value is 172, green value is 164 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #aca43c hue: 0.15 , saturation: 0.48 and the lightness value of aca43c is 0.45.

The process color (four color CMYK) of #aca43c color hex is 0.00, 0.05, 0.65, 0.33. Web safe color of #aca43c is #999933. Color #aca43c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 00111100
Octal 254 244 74
Decimal 172 164 60
Hex AC A4 3C

RGB Percentages of Color #aca43c

%43.43
%41.41
%15.15

CMYK Percentages of Color #aca43c

%0
%5
%65
%33

Triadic Colors of #aca43c

#aca43c #3caca4 #a43cac

Analogous Colors of #aca43c

#aca43c #7cac3c #ac6c3c

Monochromatic Colors of #aca43c

#aca43c

Complementary Color

#aca43c #3c44ac

#aca43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca43c Color CSS Codes

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

#aca43c Text Font Color

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

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


#aca43c Background Color

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

This div background color is #aca43c


#aca43c Border Color

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

This div border color is #aca43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca43c


Comments

No comments written yet.

Please login to write comment.