Color Hex Logo

#acd29d Color Hex

#ACD29D
(172,210,157)
0 Favorites   0 Comments

Color spaces of #acd29d

RGB 172210157
HSL0.290.370.72
HSV103°25°82°
CMYK 0.180.000.25   0.18
XYZ46.145757.298240.5258
Yxy57.29820.32050.3980
Hunter Lab75.6956-23.649721.2443
CIE-Lab80.3470-22.311522.2510

#acd29d color RGB value is (172,210,157).

#acd29d hex color red value is 172, green value is 210 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #acd29d hue: 0.29 , saturation: 0.37 and the lightness value of acd29d is 0.72.

The process color (four color CMYK) of #acd29d color hex is 0.18, 0.00, 0.25, 0.18. Web safe color of #acd29d is #99cc99. Color #acd29d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 10011101
Octal 254 322 235
Decimal 172 210 157
Hex AC D2 9D

RGB Percentages of Color #acd29d

%31.91
%38.96
%29.13

CMYK Percentages of Color #acd29d

%18
%0
%25
%18

Triadic Colors of #acd29d

#acd29d #9dacd2 #d29dac

Analogous Colors of #acd29d

#acd29d #9dd2a9 #c7d29d

Monochromatic Colors of #acd29d

#acd29d

Complementary Color

#acd29d #c39dd2

#acd29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd29d Color CSS Codes

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

#acd29d Text Font Color

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

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


#acd29d Background Color

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

This div background color is #acd29d


#acd29d Border Color

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

This div border color is #acd29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd29d


Comments

No comments written yet.

Please login to write comment.