Color Hex Logo

#acb780 Color Hex

#ACB780
(172,183,128)
0 Favorites   0 Comments

Color spaces of #acb780

RGB 172183128
HSL0.200.280.61
HSV72°30°72°
CMYK 0.060.000.30   0.28
XYZ37.843044.196126.9582
Yxy44.19610.34720.4055
Hunter Lab66.4801-14.731322.4936
CIE-Lab72.3594-13.024926.7580

#acb780 color RGB value is (172,183,128).

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

The process color (four color CMYK) of #acb780 color hex is 0.06, 0.00, 0.30, 0.28. Web safe color of #acb780 is #99cc99. Color #acb780 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 10000000
Octal 254 267 200
Decimal 172 183 128
Hex AC B7 80

RGB Percentages of Color #acb780

%35.61
%37.89
%26.50

CMYK Percentages of Color #acb780

%6
%0
%30
%28

Triadic Colors of #acb780

#acb780 #80acb7 #b780ac

Analogous Colors of #acb780

#acb780 #91b780 #b7a780

Monochromatic Colors of #acb780

#acb780

Complementary Color

#acb780 #8b80b7

#acb780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb780 Color CSS Codes

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

#acb780 Text Font Color

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

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


#acb780 Background Color

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

This div background color is #acb780


#acb780 Border Color

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

This div border color is #acb780


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,183,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 #acb780">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb780


Comments

No comments written yet.

Please login to write comment.