Color Hex Logo

#acb29d Color Hex

#ACB29D
(172,178,157)
0 Favorites   0 Comments

Color spaces of #acb29d

RGB 172178157
HSL0.210.120.66
HSV77°12°70°
CMYK 0.030.000.12   0.30
XYZ39.019543.045838.1504
Yxy43.04580.32460.3581
Hunter Lab65.6093-8.657811.4506
CIE-Lab71.5860-5.918610.0135

#acb29d color RGB value is (172,178,157).

#acb29d hex color red value is 172, green value is 178 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #acb29d hue: 0.21 , saturation: 0.12 and the lightness value of acb29d is 0.66.

The process color (four color CMYK) of #acb29d color hex is 0.03, 0.00, 0.12, 0.30. Web safe color of #acb29d is #999999. Color #acb29d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 10011101
Octal 254 262 235
Decimal 172 178 157
Hex AC B2 9D

RGB Percentages of Color #acb29d

%33.93
%35.11
%30.97

CMYK Percentages of Color #acb29d

%3
%0
%12
%30

Triadic Colors of #acb29d

#acb29d #9dacb2 #b29dac

Analogous Colors of #acb29d

#acb29d #a2b29d #b2ae9d

Monochromatic Colors of #acb29d

#acb29d

Complementary Color

#acb29d #a39db2

#acb29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb29d Color CSS Codes

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

#acb29d Text Font Color

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

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


#acb29d Background Color

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

This div background color is #acb29d


#acb29d Border Color

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

This div border color is #acb29d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,178,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 #acb29d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb29d

#acb29d Color Palettes


Comments

No comments written yet.

Please login to write comment.