Color Hex Logo

#aca87d Color Hex

#ACA87D
(172,168,125)
0 Favorites   0 Comments

Color spaces of #aca87d

RGB 172168125
HSL0.150.220.58
HSV55°27°67°
CMYK 0.000.020.27   0.33
XYZ34.717638.256624.9565
Yxy38.25660.35450.3906
Hunter Lab61.8519-8.048519.3735
CIE-Lab68.2093-5.555422.7913

#aca87d color RGB value is (172,168,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 01111101
Octal 254 250 175
Decimal 172 168 125
Hex AC A8 7D

RGB Percentages of Color #aca87d

%36.99
%36.13
%26.88

CMYK Percentages of Color #aca87d

%0
%2
%27
%33

Triadic Colors of #aca87d

#aca87d #7daca8 #a87dac

Analogous Colors of #aca87d

#aca87d #99ac7d #ac917d

Monochromatic Colors of #aca87d

#aca87d

Complementary Color

#aca87d #7d81ac

#aca87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca87d Color CSS Codes

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

#aca87d Text Font Color

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

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


#aca87d Background Color

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

This div background color is #aca87d


#aca87d Border Color

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

This div border color is #aca87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca87d


Comments

No comments written yet.

Please login to write comment.