Color Hex Logo

#acd79a Color Hex

#ACD79A
(172,215,154)
0 Favorites   0 Comments

Color spaces of #acd79a

RGB 172215154
HSL0.280.430.72
HSV102°28°84°
CMYK 0.200.000.28   0.16
XYZ47.146459.704639.6111
Yxy59.70460.32190.4076
Hunter Lab77.2688-26.306523.6937
CIE-Lab81.6774-25.225325.6353

#acd79a color RGB value is (172,215,154).

#acd79a hex color red value is 172, green value is 215 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #acd79a hue: 0.28 , saturation: 0.43 and the lightness value of acd79a is 0.72.

The process color (four color CMYK) of #acd79a color hex is 0.20, 0.00, 0.28, 0.16. Web safe color of #acd79a is #99cc99. Color #acd79a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010111 10011010
Octal 254 327 232
Decimal 172 215 154
Hex AC D7 9A

RGB Percentages of Color #acd79a

%31.79
%39.74
%28.47

CMYK Percentages of Color #acd79a

%20
%0
%28
%16

Triadic Colors of #acd79a

#acd79a #9aacd7 #d79aac

Analogous Colors of #acd79a

#acd79a #9ad7a7 #cbd79a

Monochromatic Colors of #acd79a

#acd79a

Complementary Color

#acd79a #c59ad7

#acd79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd79a Color CSS Codes

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

#acd79a Text Font Color

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

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


#acd79a Background Color

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

This div background color is #acd79a


#acd79a Border Color

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

This div border color is #acd79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd79a


Comments

No comments written yet.

Please login to write comment.