Color Hex Logo

#acc29e Color Hex

#ACC29E
(172,194,158)
0 Favorites   0 Comments

Color spaces of #acc29e

RGB 172194158
HSL0.270.230.69
HSV97°19°76°
CMYK 0.110.000.19   0.24
XYZ42.476649.822939.7258
Yxy49.82290.32170.3774
Hunter Lab70.5853-16.107216.0410
CIE-Lab75.9604-14.108015.6409

#acc29e color RGB value is (172,194,158).

#acc29e hex color red value is 172, green value is 194 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #acc29e hue: 0.27 , saturation: 0.23 and the lightness value of acc29e is 0.69.

The process color (four color CMYK) of #acc29e color hex is 0.11, 0.00, 0.19, 0.24. Web safe color of #acc29e is #99cc99. Color #acc29e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 10011110
Octal 254 302 236
Decimal 172 194 158
Hex AC C2 9E

RGB Percentages of Color #acc29e

%32.82
%37.02
%30.15

CMYK Percentages of Color #acc29e

%11
%0
%19
%24

Triadic Colors of #acc29e

#acc29e #9eacc2 #c29eac

Analogous Colors of #acc29e

#acc29e #9ec2a2 #bec29e

Monochromatic Colors of #acc29e

#acc29e

Complementary Color

#acc29e #b49ec2

#acc29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc29e Color CSS Codes

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

#acc29e Text Font Color

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

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


#acc29e Background Color

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

This div background color is #acc29e


#acc29e Border Color

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

This div border color is #acc29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc29e


Comments

No comments written yet.

Please login to write comment.