Color Hex Logo

#acb98e Color Hex

#ACB98E
(172,185,142)
0 Favorites   0 Comments

Color spaces of #acb98e

RGB 172185142
HSL0.220.230.64
HSV78°23°73°
CMYK 0.070.000.23   0.27
XYZ39.244745.421632.2900
Yxy45.42160.33560.3884
Hunter Lab67.3955-14.000918.7703
CIE-Lab73.1686-12.026620.3666

#acb98e color RGB value is (172,185,142).

#acb98e hex color red value is 172, green value is 185 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #acb98e hue: 0.22 , saturation: 0.23 and the lightness value of acb98e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 10001110
Octal 254 271 216
Decimal 172 185 142
Hex AC B9 8E

RGB Percentages of Color #acb98e

%34.47
%37.07
%28.46

CMYK Percentages of Color #acb98e

%7
%0
%23
%27

Triadic Colors of #acb98e

#acb98e #8eacb9 #b98eac

Analogous Colors of #acb98e

#acb98e #97b98e #b9b18e

Monochromatic Colors of #acb98e

#acb98e

Complementary Color

#acb98e #9b8eb9

#acb98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb98e Color CSS Codes

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

#acb98e Text Font Color

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

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


#acb98e Background Color

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

This div background color is #acb98e


#acb98e Border Color

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

This div border color is #acb98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb98e


Comments

No comments written yet.

Please login to write comment.