Color Hex Logo

#aca64e Color Hex

#ACA64E
(172,166,78)
0 Favorites   0 Comments

Color spaces of #aca64e

RGB 17216678
HSL0.160.380.49
HSV56°55°67°
CMYK 0.000.030.55   0.33
XYZ32.024636.593212.5830
Yxy36.59320.39440.4507
Hunter Lab60.4923-11.363730.0117
CIE-Lab66.9707-9.707845.6352

#aca64e color RGB value is (172,166,78).

#aca64e hex color red value is 172, green value is 166 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aca64e hue: 0.16 , saturation: 0.38 and the lightness value of aca64e is 0.49.

The process color (four color CMYK) of #aca64e color hex is 0.00, 0.03, 0.55, 0.33. Web safe color of #aca64e is #999966. Color #aca64e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 01001110
Octal 254 246 116
Decimal 172 166 78
Hex AC A6 4E

RGB Percentages of Color #aca64e

%41.35
%39.90
%18.75

CMYK Percentages of Color #aca64e

%0
%3
%55
%33

Triadic Colors of #aca64e

#aca64e #4eaca6 #a64eac

Analogous Colors of #aca64e

#aca64e #83ac4e #ac774e

Monochromatic Colors of #aca64e

#aca64e

Complementary Color

#aca64e #4e54ac

#aca64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca64e Color CSS Codes

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

#aca64e Text Font Color

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

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


#aca64e Background Color

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

This div background color is #aca64e


#aca64e Border Color

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

This div border color is #aca64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca64e


Comments

No comments written yet.

Please login to write comment.