Color Hex Logo

#acb99b Color Hex

#ACB99B
(172,185,155)
0 Favorites   0 Comments

Color spaces of #acb99b

RGB 172185155
HSL0.240.180.67
HSV86°16°73°
CMYK 0.070.000.16   0.27
XYZ40.278645.835137.7345
Yxy45.83510.32520.3701
Hunter Lab67.7016-12.280514.3450
CIE-Lab73.4384-9.948113.7215

#acb99b color RGB value is (172,185,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 10011011
Octal 254 271 233
Decimal 172 185 155
Hex AC B9 9B

RGB Percentages of Color #acb99b

%33.59
%36.13
%30.27

CMYK Percentages of Color #acb99b

%7
%0
%16
%27

Triadic Colors of #acb99b

#acb99b #9bacb9 #b99bac

Analogous Colors of #acb99b

#acb99b #9db99b #b9b79b

Monochromatic Colors of #acb99b

#acb99b

Complementary Color

#acb99b #a89bb9

#acb99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb99b Color CSS Codes

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

#acb99b Text Font Color

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

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


#acb99b Background Color

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

This div background color is #acb99b


#acb99b Border Color

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

This div border color is #acb99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb99b


Comments

No comments written yet.

Please login to write comment.