Color Hex Logo

#aca78e Color Hex

#ACA78E
(172,167,142)
0 Favorites   0 Comments

Color spaces of #aca78e

RGB 172167142
HSL0.140.150.62
HSV50°17°67°
CMYK 0.000.030.17   0.33
XYZ35.714538.361131.1133
Yxy38.36110.33950.3647
Hunter Lab61.9363-5.459713.5715
CIE-Lab68.2859-2.496813.5883

#aca78e color RGB value is (172,167,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 10001110
Octal 254 247 216
Decimal 172 167 142
Hex AC A7 8E

RGB Percentages of Color #aca78e

%35.76
%34.72
%29.52

CMYK Percentages of Color #aca78e

%0
%3
%17
%33

Triadic Colors of #aca78e

#aca78e #8eaca7 #a78eac

Analogous Colors of #aca78e

#aca78e #a2ac8e #ac988e

Monochromatic Colors of #aca78e

#aca78e

Complementary Color

#aca78e #8e93ac

#aca78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca78e Color CSS Codes

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

#aca78e Text Font Color

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

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


#aca78e Background Color

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

This div background color is #aca78e


#aca78e Border Color

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

This div border color is #aca78e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,167,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 #aca78e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca78e


Comments

No comments written yet.

Please login to write comment.