Color Hex Logo

#aca44f Color Hex

#ACA44F
(172,164,79)
0 Favorites   0 Comments

Color spaces of #aca44f

RGB 17216479
HSL0.150.370.49
HSV55°54°67°
CMYK 0.000.050.54   0.33
XYZ31.700035.886112.6531
Yxy35.88610.39510.4472
Hunter Lab59.9050-10.376729.4103
CIE-Lab66.4328-8.568744.5272

#aca44f color RGB value is (172,164,79).

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

The process color (four color CMYK) of #aca44f color hex is 0.00, 0.05, 0.54, 0.33. Web safe color of #aca44f is #999966. Color #aca44f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 01001111
Octal 254 244 117
Decimal 172 164 79
Hex AC A4 4F

RGB Percentages of Color #aca44f

%41.45
%39.52
%19.04

CMYK Percentages of Color #aca44f

%0
%5
%54
%33

Triadic Colors of #aca44f

#aca44f #4faca4 #a44fac

Analogous Colors of #aca44f

#aca44f #86ac4f #ac764f

Monochromatic Colors of #aca44f

#aca44f

Complementary Color

#aca44f #4f57ac

#aca44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca44f Color CSS Codes

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

#aca44f Text Font Color

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

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


#aca44f Background Color

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

This div background color is #aca44f


#aca44f Border Color

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

This div border color is #aca44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca44f


Comments

No comments written yet.

Please login to write comment.