Color Hex Logo

#acb99a Color Hex

#ACB99A
(172,185,154)
0 Favorites   0 Comments

Color spaces of #acb99a

RGB 172185154
HSL0.240.180.66
HSV85°17°73°
CMYK 0.070.000.17   0.27
XYZ40.195045.801737.2940
Yxy45.80170.32600.3715
Hunter Lab67.6770-12.419114.7016
CIE-Lab73.4167-10.114414.2328

#acb99a color RGB value is (172,185,154).

#acb99a hex color red value is 172, green value is 185 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #acb99a hue: 0.24 , saturation: 0.18 and the lightness value of acb99a is 0.66.

The process color (four color CMYK) of #acb99a color hex is 0.07, 0.00, 0.17, 0.27. Web safe color of #acb99a is #99cc99. Color #acb99a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 10011010
Octal 254 271 232
Decimal 172 185 154
Hex AC B9 9A

RGB Percentages of Color #acb99a

%33.66
%36.20
%30.14

CMYK Percentages of Color #acb99a

%7
%0
%17
%27

Triadic Colors of #acb99a

#acb99a #9aacb9 #b99aac

Analogous Colors of #acb99a

#acb99a #9db99a #b9b79a

Monochromatic Colors of #acb99a

#acb99a

Complementary Color

#acb99a #a79ab9

#acb99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb99a Color CSS Codes

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

#acb99a Text Font Color

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

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


#acb99a Background Color

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

This div background color is #acb99a


#acb99a Border Color

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

This div border color is #acb99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb99a


Comments

No comments written yet.

Please login to write comment.