Color Hex Logo

#acb98d Color Hex

#ACB98D
(172,185,141)
0 Favorites   0 Comments

Color spaces of #acb98d

RGB 172185141
HSL0.220.240.64
HSV78°24°73°
CMYK 0.070.000.24   0.27
XYZ39.169945.391731.8963
Yxy45.39170.33630.3898
Hunter Lab67.3734-14.126119.0919
CIE-Lab73.1491-12.178920.8772

#acb98d color RGB value is (172,185,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 10001101
Octal 254 271 215
Decimal 172 185 141
Hex AC B9 8D

RGB Percentages of Color #acb98d

%34.54
%37.15
%28.31

CMYK Percentages of Color #acb98d

%7
%0
%24
%27

Triadic Colors of #acb98d

#acb98d #8dacb9 #b98dac

Analogous Colors of #acb98d

#acb98d #96b98d #b9b08d

Monochromatic Colors of #acb98d

#acb98d

Complementary Color

#acb98d #9a8db9

#acb98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb98d Color CSS Codes

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

#acb98d Text Font Color

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

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


#acb98d Background Color

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

This div background color is #acb98d


#acb98d Border Color

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

This div border color is #acb98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb98d


Comments

No comments written yet.

Please login to write comment.