Color Hex Logo

#aca07e Color Hex

#ACA07E
(172,160,126)
0 Favorites   0 Comments

Color spaces of #aca07e

RGB 172160126
HSL0.120.220.58
HSV44°27°67°
CMYK 0.000.070.27   0.33
XYZ33.350035.418624.8174
Yxy35.41860.35640.3785
Hunter Lab59.5135-4.121416.9353
CIE-Lab66.0733-1.104519.3364

#aca07e color RGB value is (172,160,126).

#aca07e hex color red value is 172, green value is 160 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aca07e hue: 0.12 , saturation: 0.22 and the lightness value of aca07e is 0.58.

The process color (four color CMYK) of #aca07e color hex is 0.00, 0.07, 0.27, 0.33. Web safe color of #aca07e is #999966. Color #aca07e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 01111110
Octal 254 240 176
Decimal 172 160 126
Hex AC A0 7E

RGB Percentages of Color #aca07e

%37.55
%34.93
%27.51

CMYK Percentages of Color #aca07e

%0
%7
%27
%33

Triadic Colors of #aca07e

#aca07e #7eaca0 #a07eac

Analogous Colors of #aca07e

#aca07e #a1ac7e #ac897e

Monochromatic Colors of #aca07e

#aca07e

Complementary Color

#aca07e #7e8aac

#aca07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca07e Color CSS Codes

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

#aca07e Text Font Color

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

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


#aca07e Background Color

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

This div background color is #aca07e


#aca07e Border Color

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

This div border color is #aca07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca07e


Comments

No comments written yet.

Please login to write comment.