Color Hex Logo

#acc49e Color Hex

#ACC49E
(172,196,158)
0 Favorites   0 Comments

Color spaces of #acc49e

RGB 172196158
HSL0.270.240.69
HSV98°19°77°
CMYK 0.120.000.19   0.23
XYZ42.924750.719139.8751
Yxy50.71910.32150.3799
Hunter Lab71.2173-17.043416.6552
CIE-Lab76.5085-15.131016.4071

#acc49e color RGB value is (172,196,158).

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

The process color (four color CMYK) of #acc49e color hex is 0.12, 0.00, 0.19, 0.23. Web safe color of #acc49e is #99cc99. Color #acc49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 10011110
Octal 254 304 236
Decimal 172 196 158
Hex AC C4 9E

RGB Percentages of Color #acc49e

%32.70
%37.26
%30.04

CMYK Percentages of Color #acc49e

%12
%0
%19
%23

Triadic Colors of #acc49e

#acc49e #9eacc4 #c49eac

Analogous Colors of #acc49e

#acc49e #9ec4a3 #bfc49e

Monochromatic Colors of #acc49e

#acc49e

Complementary Color

#acc49e #b69ec4

#acc49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc49e Color CSS Codes

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

#acc49e Text Font Color

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

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


#acc49e Background Color

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

This div background color is #acc49e


#acc49e Border Color

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

This div border color is #acc49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc49e


Comments

No comments written yet.

Please login to write comment.