Color Hex Logo

#acb29e Color Hex

#ACB29E
(172,178,158)
0 Favorites   0 Comments

Color spaces of #acb29e

RGB 172178158
HSL0.220.110.66
HSV78°11°70°
CMYK 0.030.000.11   0.30
XYZ39.105243.080138.6020
Yxy43.08010.32380.3567
Hunter Lab65.6354-8.512811.0747
CIE-Lab71.6093-5.74709.4994

#acb29e color RGB value is (172,178,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 10011110
Octal 254 262 236
Decimal 172 178 158
Hex AC B2 9E

RGB Percentages of Color #acb29e

%33.86
%35.04
%31.10

CMYK Percentages of Color #acb29e

%3
%0
%11
%30

Triadic Colors of #acb29e

#acb29e #9eacb2 #b29eac

Analogous Colors of #acb29e

#acb29e #a2b29e #b2ae9e

Monochromatic Colors of #acb29e

#acb29e

Complementary Color

#acb29e #a49eb2

#acb29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb29e Color CSS Codes

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

#acb29e Text Font Color

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

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


#acb29e Background Color

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

This div background color is #acb29e


#acb29e Border Color

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

This div border color is #acb29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb29e

#acb29e Color Palettes


Comments

No comments written yet.

Please login to write comment.