Color Hex Logo

#acd19a Color Hex

#ACD19A
(172,209,154)
0 Favorites   0 Comments

Color spaces of #acd19a

RGB 172209154
HSL0.280.370.71
HSV100°26°82°
CMYK 0.180.000.26   0.18
XYZ45.646556.704739.1111
Yxy56.70470.32270.4008
Hunter Lab75.3025-23.577221.9174
CIE-Lab80.0132-22.294823.3694

#acd19a color RGB value is (172,209,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 10011010
Octal 254 321 232
Decimal 172 209 154
Hex AC D1 9A

RGB Percentages of Color #acd19a

%32.15
%39.07
%28.79

CMYK Percentages of Color #acd19a

%18
%0
%26
%18

Triadic Colors of #acd19a

#acd19a #9aacd1 #d19aac

Analogous Colors of #acd19a

#acd19a #9ad1a4 #c8d19a

Monochromatic Colors of #acd19a

#acd19a

Complementary Color

#acd19a #bf9ad1

#acd19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd19a Color CSS Codes

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

#acd19a Text Font Color

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

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


#acd19a Background Color

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

This div background color is #acd19a


#acd19a Border Color

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

This div border color is #acd19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd19a


Comments

No comments written yet.

Please login to write comment.