Color Hex Logo

#aca58e Color Hex

#ACA58E
(172,165,142)
0 Favorites   0 Comments

Color spaces of #aca58e

RGB 172165142
HSL0.130.150.62
HSV46°17°67°
CMYK 0.000.040.17   0.33
XYZ35.350937.633930.9921
Yxy37.63390.34000.3619
Hunter Lab61.3465-4.495712.9894
CIE-Lab67.7499-1.415012.8355

#aca58e color RGB value is (172,165,142).

#aca58e hex color red value is 172, green value is 165 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aca58e hue: 0.13 , saturation: 0.15 and the lightness value of aca58e is 0.62.

The process color (four color CMYK) of #aca58e color hex is 0.00, 0.04, 0.17, 0.33. Web safe color of #aca58e is #999999. Color #aca58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 10001110
Octal 254 245 216
Decimal 172 165 142
Hex AC A5 8E

RGB Percentages of Color #aca58e

%35.91
%34.45
%29.65

CMYK Percentages of Color #aca58e

%0
%4
%17
%33

Triadic Colors of #aca58e

#aca58e #8eaca5 #a58eac

Analogous Colors of #aca58e

#aca58e #a4ac8e #ac968e

Monochromatic Colors of #aca58e

#aca58e

Complementary Color

#aca58e #8e95ac

#aca58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca58e Color CSS Codes

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

#aca58e Text Font Color

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

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


#aca58e Background Color

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

This div background color is #aca58e


#aca58e Border Color

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

This div border color is #aca58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca58e


Comments

No comments written yet.

Please login to write comment.