Color Hex Logo

#acc49a Color Hex

#ACC49A
(172,196,154)
0 Favorites   0 Comments

Color spaces of #acc49a

RGB 172196154
HSL0.260.260.69
HSV94°21°77°
CMYK 0.120.000.21   0.23
XYZ42.585950.583638.0909
Yxy50.58360.32440.3854
Hunter Lab71.1221-17.583118.0315
CIE-Lab76.4261-15.787618.4317

#acc49a color RGB value is (172,196,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 10011010
Octal 254 304 232
Decimal 172 196 154
Hex AC C4 9A

RGB Percentages of Color #acc49a

%32.95
%37.55
%29.50

CMYK Percentages of Color #acc49a

%12
%0
%21
%23

Triadic Colors of #acc49a

#acc49a #9aacc4 #c49aac

Analogous Colors of #acc49a

#acc49a #9ac49d #c1c49a

Monochromatic Colors of #acc49a

#acc49a

Complementary Color

#acc49a #b29ac4

#acc49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc49a Color CSS Codes

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

#acc49a Text Font Color

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

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


#acc49a Background Color

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

This div background color is #acc49a


#acc49a Border Color

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

This div border color is #acc49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc49a


Comments

No comments written yet.

Please login to write comment.