Color Hex Logo

#acb89e Color Hex

#ACB89E
(172,184,158)
0 Favorites   0 Comments

Color spaces of #acb89e

RGB 172184158
HSL0.240.150.67
HSV88°14°72°
CMYK 0.070.000.14   0.28
XYZ40.325345.520339.0087
Yxy45.52030.32300.3646
Hunter Lab67.4687-11.382812.9481
CIE-Lab73.2332-8.918411.8038

#acb89e color RGB value is (172,184,158).

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

The process color (four color CMYK) of #acb89e color hex is 0.07, 0.00, 0.14, 0.28. Web safe color of #acb89e is #99cc99. Color #acb89e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 10011110
Octal 254 270 236
Decimal 172 184 158
Hex AC B8 9E

RGB Percentages of Color #acb89e

%33.46
%35.80
%30.74

CMYK Percentages of Color #acb89e

%7
%0
%14
%28

Triadic Colors of #acb89e

#acb89e #9eacb8 #b89eac

Analogous Colors of #acb89e

#acb89e #9fb89e #b8b79e

Monochromatic Colors of #acb89e

#acb89e

Complementary Color

#acb89e #aa9eb8

#acb89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb89e Color CSS Codes

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

#acb89e Text Font Color

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

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


#acb89e Background Color

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

This div background color is #acb89e


#acb89e Border Color

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

This div border color is #acb89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb89e

#acb89e Color Palettes


Comments

No comments written yet.

Please login to write comment.