Color Hex Logo

#acb585 Color Hex

#ACB585
(172,181,133)
0 Favorites   0 Comments

Color spaces of #acb585

RGB 172181133
HSL0.200.240.62
HSV71°27°71°
CMYK 0.050.000.27   0.29
XYZ37.770843.511928.5982
Yxy43.51190.34370.3960
Hunter Lab65.9636-13.226920.4696
CIE-Lab71.9010-11.283423.4711

#acb585 color RGB value is (172,181,133).

#acb585 hex color red value is 172, green value is 181 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #acb585 hue: 0.20 , saturation: 0.24 and the lightness value of acb585 is 0.62.

The process color (four color CMYK) of #acb585 color hex is 0.05, 0.00, 0.27, 0.29. Web safe color of #acb585 is #99cc99. Color #acb585 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 10000101
Octal 254 265 205
Decimal 172 181 133
Hex AC B5 85

RGB Percentages of Color #acb585

%35.39
%37.24
%27.37

CMYK Percentages of Color #acb585

%5
%0
%27
%29

Triadic Colors of #acb585

#acb585 #85acb5 #b585ac

Analogous Colors of #acb585

#acb585 #94b585 #b5a685

Monochromatic Colors of #acb585

#acb585

Complementary Color

#acb585 #8e85b5

#acb585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb585 Color CSS Codes

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

#acb585 Text Font Color

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

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


#acb585 Background Color

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

This div background color is #acb585


#acb585 Border Color

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

This div border color is #acb585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb585


Comments

No comments written yet.

Please login to write comment.