Color Hex Logo

#acb580 Color Hex

#ACB580
(172,181,128)
0 Favorites   0 Comments

Color spaces of #acb580

RGB 172181128
HSL0.190.260.61
HSV70°29°71°
CMYK 0.050.000.29   0.29
XYZ37.433443.376926.8217
Yxy43.37690.34780.4030
Hunter Lab65.8611-13.803221.9572
CIE-Lab71.8100-11.989026.0232

#acb580 color RGB value is (172,181,128).

#acb580 hex color red value is 172, green value is 181 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #acb580 hue: 0.19 , saturation: 0.26 and the lightness value of acb580 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 10000000
Octal 254 265 200
Decimal 172 181 128
Hex AC B5 80

RGB Percentages of Color #acb580

%35.76
%37.63
%26.61

CMYK Percentages of Color #acb580

%5
%0
%29
%29

Triadic Colors of #acb580

#acb580 #80acb5 #b580ac

Analogous Colors of #acb580

#acb580 #92b580 #b5a480

Monochromatic Colors of #acb580

#acb580

Complementary Color

#acb580 #8980b5

#acb580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb580 Color CSS Codes

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

#acb580 Text Font Color

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

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


#acb580 Background Color

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

This div background color is #acb580


#acb580 Border Color

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

This div border color is #acb580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb580


Comments

No comments written yet.

Please login to write comment.