Color Hex Logo

#acb387 Color Hex

#ACB387
(172,179,135)
0 Favorites   0 Comments

Color spaces of #acb387

RGB 172179135
HSL0.190.220.62
HSV70°25°70°
CMYK 0.040.000.25   0.30
XYZ37.506542.760129.1984
Yxy42.76010.34260.3906
Hunter Lab65.3912-12.052219.2997
CIE-Lab71.3918-9.948021.7033

#acb387 color RGB value is (172,179,135).

#acb387 hex color red value is 172, green value is 179 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #acb387 hue: 0.19 , saturation: 0.22 and the lightness value of acb387 is 0.62.

The process color (four color CMYK) of #acb387 color hex is 0.04, 0.00, 0.25, 0.30. Web safe color of #acb387 is #99cc99. Color #acb387 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 10000111
Octal 254 263 207
Decimal 172 179 135
Hex AC B3 87

RGB Percentages of Color #acb387

%35.39
%36.83
%27.78

CMYK Percentages of Color #acb387

%4
%0
%25
%30

Triadic Colors of #acb387

#acb387 #87acb3 #b387ac

Analogous Colors of #acb387

#acb387 #96b387 #b3a487

Monochromatic Colors of #acb387

#acb387

Complementary Color

#acb387 #8e87b3

#acb387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb387 Color CSS Codes

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

#acb387 Text Font Color

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

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


#acb387 Background Color

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

This div background color is #acb387


#acb387 Border Color

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

This div border color is #acb387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb387


Comments

No comments written yet.

Please login to write comment.