Color Hex Logo

#aca08e Color Hex

#ACA08E
(172,160,142)
0 Favorites   0 Comments

Color spaces of #aca08e

RGB 172160142
HSL0.100.150.62
HSV36°17°67°
CMYK 0.000.070.17   0.33
XYZ34.466535.865330.6973
Yxy35.86530.34120.3550
Hunter Lab59.8876-2.073211.5304
CIE-Lab66.41691.306910.9556

#aca08e color RGB value is (172,160,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 10001110
Octal 254 240 216
Decimal 172 160 142
Hex AC A0 8E

RGB Percentages of Color #aca08e

%36.29
%33.76
%29.96

CMYK Percentages of Color #aca08e

%0
%7
%17
%33

Triadic Colors of #aca08e

#aca08e #8eaca0 #a08eac

Analogous Colors of #aca08e

#aca08e #a9ac8e #ac918e

Monochromatic Colors of #aca08e

#aca08e

Complementary Color

#aca08e #8e9aac

#aca08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca08e Color CSS Codes

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

#aca08e Text Font Color

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

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


#aca08e Background Color

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

This div background color is #aca08e


#aca08e Border Color

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

This div border color is #aca08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca08e


Comments

No comments written yet.

Please login to write comment.