Color Hex Logo

#acb680 Color Hex

#ACB680
(172,182,128)
0 Favorites   0 Comments

Color spaces of #acb680

RGB 172182128
HSL0.200.270.61
HSV71°30°71°
CMYK 0.050.000.30   0.29
XYZ37.637543.785126.8897
Yxy43.78510.34750.4042
Hunter Lab66.1703-14.267722.2255
CIE-Lab72.0846-12.507726.3908

#acb680 color RGB value is (172,182,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 10000000
Octal 254 266 200
Decimal 172 182 128
Hex AC B6 80

RGB Percentages of Color #acb680

%35.68
%37.76
%26.56

CMYK Percentages of Color #acb680

%5
%0
%30
%29

Triadic Colors of #acb680

#acb680 #80acb6 #b680ac

Analogous Colors of #acb680

#acb680 #91b680 #b6a580

Monochromatic Colors of #acb680

#acb680

Complementary Color

#acb680 #8a80b6

#acb680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb680 Color CSS Codes

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

#acb680 Text Font Color

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

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


#acb680 Background Color

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

This div background color is #acb680


#acb680 Border Color

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

This div border color is #acb680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb680


Comments

No comments written yet.

Please login to write comment.