Color Hex Logo

#acc29d Color Hex

#ACC29D
(172,194,157)
0 Favorites   0 Comments

Color spaces of #acc29d

RGB 172194157
HSL0.270.230.69
HSV96°19°76°
CMYK 0.110.000.19   0.24
XYZ42.390849.788639.2742
Yxy49.78860.32250.3788
Hunter Lab70.5610-16.244816.3920
CIE-Lab75.9393-14.274616.1481

#acc29d color RGB value is (172,194,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 10011101
Octal 254 302 235
Decimal 172 194 157
Hex AC C2 9D

RGB Percentages of Color #acc29d

%32.89
%37.09
%30.02

CMYK Percentages of Color #acc29d

%11
%0
%19
%24

Triadic Colors of #acc29d

#acc29d #9dacc2 #c29dac

Analogous Colors of #acc29d

#acc29d #9dc2a1 #bfc29d

Monochromatic Colors of #acc29d

#acc29d

Complementary Color

#acc29d #b39dc2

#acc29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc29d Color CSS Codes

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

#acc29d Text Font Color

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

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


#acc29d Background Color

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

This div background color is #acc29d


#acc29d Border Color

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

This div border color is #acc29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc29d


Comments

No comments written yet.

Please login to write comment.