Color Hex Logo

#acb96a Color Hex

#ACB96A
(172,185,106)
0 Favorites   0 Comments

Color spaces of #acb96a

RGB 172185106
HSL0.190.360.57
HSV70°43°73°
CMYK 0.070.000.43   0.27
XYZ36.963744.509220.2786
Yxy44.50920.36330.4374
Hunter Lab66.7152-17.853328.6790
CIE-Lab72.5675-16.793538.4878

#acb96a color RGB value is (172,185,106).

#acb96a hex color red value is 172, green value is 185 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #acb96a hue: 0.19 , saturation: 0.36 and the lightness value of acb96a is 0.57.

The process color (four color CMYK) of #acb96a color hex is 0.07, 0.00, 0.43, 0.27. Web safe color of #acb96a is #99cc66. Color #acb96a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 01101010
Octal 254 271 152
Decimal 172 185 106
Hex AC B9 6A

RGB Percentages of Color #acb96a

%37.15
%39.96
%22.89

CMYK Percentages of Color #acb96a

%7
%0
%43
%27

Triadic Colors of #acb96a

#acb96a #6aacb9 #b96aac

Analogous Colors of #acb96a

#acb96a #85b96a #b99f6a

Monochromatic Colors of #acb96a

#acb96a

Complementary Color

#acb96a #776ab9

#acb96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb96a Color CSS Codes

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

#acb96a Text Font Color

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

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


#acb96a Background Color

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

This div background color is #acb96a


#acb96a Border Color

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

This div border color is #acb96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb96a


Comments

No comments written yet.

Please login to write comment.