Color Hex Logo

#aca66f Color Hex

#ACA66F
(172,166,111)
0 Favorites   0 Comments

Color spaces of #aca66f

RGB 172166111
HSL0.150.270.55
HSV54°35°67°
CMYK 0.000.030.35   0.33
XYZ33.518737.190820.4508
Yxy37.19080.36770.4080
Hunter Lab60.9843-8.613722.8063
CIE-Lab67.4199-6.315329.2902

#aca66f color RGB value is (172,166,111).

#aca66f hex color red value is 172, green value is 166 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aca66f hue: 0.15 , saturation: 0.27 and the lightness value of aca66f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 01101111
Octal 254 246 157
Decimal 172 166 111
Hex AC A6 6F

RGB Percentages of Color #aca66f

%38.31
%36.97
%24.72

CMYK Percentages of Color #aca66f

%0
%3
%35
%33

Triadic Colors of #aca66f

#aca66f #6faca6 #a66fac

Analogous Colors of #aca66f

#aca66f #94ac6f #ac886f

Monochromatic Colors of #aca66f

#aca66f

Complementary Color

#aca66f #6f75ac

#aca66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca66f Color CSS Codes

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

#aca66f Text Font Color

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

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


#aca66f Background Color

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

This div background color is #aca66f


#aca66f Border Color

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

This div border color is #aca66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca66f


Comments

No comments written yet.

Please login to write comment.