Color Hex Logo

#aca87b Color Hex

#ACA87B
(172,168,123)
0 Favorites   0 Comments

Color spaces of #aca87b

RGB 172168123
HSL0.150.230.58
HSV55°28°67°
CMYK 0.000.020.28   0.33
XYZ34.591038.206024.2902
Yxy38.20600.35630.3935
Hunter Lab61.8110-8.276119.9682
CIE-Lab68.1722-5.830223.8264

#aca87b color RGB value is (172,168,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 01111011
Octal 254 250 173
Decimal 172 168 123
Hex AC A8 7B

RGB Percentages of Color #aca87b

%37.15
%36.29
%26.57

CMYK Percentages of Color #aca87b

%0
%2
%28
%33

Triadic Colors of #aca87b

#aca87b #7baca8 #a87bac

Analogous Colors of #aca87b

#aca87b #98ac7b #ac907b

Monochromatic Colors of #aca87b

#aca87b

Complementary Color

#aca87b #7b7fac

#aca87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca87b Color CSS Codes

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

#aca87b Text Font Color

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

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


#aca87b Background Color

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

This div background color is #aca87b


#aca87b Border Color

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

This div border color is #aca87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca87b


Comments

No comments written yet.

Please login to write comment.