Color Hex Logo

#aca88f Color Hex

#ACA88F
(172,168,143)
0 Favorites   0 Comments

Color spaces of #aca88f

RGB 172168143
HSL0.140.150.62
HSV52°17°67°
CMYK 0.000.020.17   0.33
XYZ35.973838.759131.5718
Yxy38.75910.33840.3646
Hunter Lab62.2568-5.806913.5125
CIE-Lab68.5764-2.877813.4452

#aca88f color RGB value is (172,168,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 10001111
Octal 254 250 217
Decimal 172 168 143
Hex AC A8 8F

RGB Percentages of Color #aca88f

%35.61
%34.78
%29.61

CMYK Percentages of Color #aca88f

%0
%2
%17
%33

Triadic Colors of #aca88f

#aca88f #8faca8 #a88fac

Analogous Colors of #aca88f

#aca88f #a2ac8f #ac9a8f

Monochromatic Colors of #aca88f

#aca88f

Complementary Color

#aca88f #8f93ac

#aca88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca88f Color CSS Codes

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

#aca88f Text Font Color

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

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


#aca88f Background Color

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

This div background color is #aca88f


#aca88f Border Color

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

This div border color is #aca88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca88f


Comments

No comments written yet.

Please login to write comment.