Color Hex Logo

#acb99d Color Hex

#ACB99D
(172,185,157)
0 Favorites   0 Comments

Color spaces of #acb99d

RGB 172185157
HSL0.240.170.67
HSV88°15°73°
CMYK 0.070.000.15   0.27
XYZ40.448045.902938.6266
Yxy45.90290.32360.3673
Hunter Lab67.7517-12.000313.6237
CIE-Lab73.4825-9.612312.6990

#acb99d color RGB value is (172,185,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 10011101
Octal 254 271 235
Decimal 172 185 157
Hex AC B9 9D

RGB Percentages of Color #acb99d

%33.46
%35.99
%30.54

CMYK Percentages of Color #acb99d

%7
%0
%15
%27

Triadic Colors of #acb99d

#acb99d #9dacb9 #b99dac

Analogous Colors of #acb99d

#acb99d #9eb99d #b9b89d

Monochromatic Colors of #acb99d

#acb99d

Complementary Color

#acb99d #aa9db9

#acb99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb99d Color CSS Codes

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

#acb99d Text Font Color

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

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


#acb99d Background Color

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

This div background color is #acb99d


#acb99d Border Color

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

This div border color is #acb99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb99d


Comments

No comments written yet.

Please login to write comment.