Color Hex Logo

#acb986 Color Hex

#ACB986
(172,185,134)
0 Favorites   0 Comments

Color spaces of #acb986

RGB 172185134
HSL0.210.270.63
HSV75°28°73°
CMYK 0.070.000.28   0.27
XYZ38.665345.189829.2389
Yxy45.18980.34190.3996
Hunter Lab67.2234-14.971921.2681
CIE-Lab73.0167-13.213024.4452

#acb986 color RGB value is (172,185,134).

#acb986 hex color red value is 172, green value is 185 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #acb986 hue: 0.21 , saturation: 0.27 and the lightness value of acb986 is 0.63.

The process color (four color CMYK) of #acb986 color hex is 0.07, 0.00, 0.28, 0.27. Web safe color of #acb986 is #99cc99. Color #acb986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 10000110
Octal 254 271 206
Decimal 172 185 134
Hex AC B9 86

RGB Percentages of Color #acb986

%35.03
%37.68
%27.29

CMYK Percentages of Color #acb986

%7
%0
%28
%27

Triadic Colors of #acb986

#acb986 #86acb9 #b986ac

Analogous Colors of #acb986

#acb986 #93b986 #b9ad86

Monochromatic Colors of #acb986

#acb986

Complementary Color

#acb986 #9386b9

#acb986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb986 Color CSS Codes

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

#acb986 Text Font Color

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

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


#acb986 Background Color

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

This div background color is #acb986


#acb986 Border Color

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

This div border color is #acb986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb986


Comments

No comments written yet.

Please login to write comment.