Color Hex Logo

#acb97a Color Hex

#ACB97A
(172,185,122)
0 Favorites   0 Comments

Color spaces of #acb97a

RGB 172185122
HSL0.200.310.60
HSV72°34°73°
CMYK 0.070.000.34   0.27
XYZ37.875144.873725.0776
Yxy44.87370.35130.4162
Hunter Lab66.9878-16.304324.6956
CIE-Lab72.8087-14.857530.5236

#acb97a color RGB value is (172,185,122).

#acb97a hex color red value is 172, green value is 185 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #acb97a hue: 0.20 , saturation: 0.31 and the lightness value of acb97a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 01111010
Octal 254 271 172
Decimal 172 185 122
Hex AC B9 7A

RGB Percentages of Color #acb97a

%35.91
%38.62
%25.47

CMYK Percentages of Color #acb97a

%7
%0
%34
%27

Triadic Colors of #acb97a

#acb97a #7aacb9 #b97aac

Analogous Colors of #acb97a

#acb97a #8db97a #b9a77a

Monochromatic Colors of #acb97a

#acb97a

Complementary Color

#acb97a #877ab9

#acb97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb97a Color CSS Codes

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

#acb97a Text Font Color

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

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


#acb97a Background Color

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

This div background color is #acb97a


#acb97a Border Color

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

This div border color is #acb97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb97a


Comments

No comments written yet.

Please login to write comment.