Color Hex Logo

#acd196 Color Hex

#ACD196
(172,209,150)
0 Favorites   0 Comments

Color spaces of #acd196

RGB 172209150
HSL0.270.390.70
HSV98°28°82°
CMYK 0.180.000.28   0.18
XYZ45.318756.573637.3854
Yxy56.57360.32540.4062
Hunter Lab75.2154-24.077423.1810
CIE-Lab79.9392-22.915225.3642

#acd196 color RGB value is (172,209,150).

#acd196 hex color red value is 172, green value is 209 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #acd196 hue: 0.27 , saturation: 0.39 and the lightness value of acd196 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 10010110
Octal 254 321 226
Decimal 172 209 150
Hex AC D1 96

RGB Percentages of Color #acd196

%32.39
%39.36
%28.25

CMYK Percentages of Color #acd196

%18
%0
%28
%18

Triadic Colors of #acd196

#acd196 #96acd1 #d196ac

Analogous Colors of #acd196

#acd196 #96d19e #cad196

Monochromatic Colors of #acd196

#acd196

Complementary Color

#acd196 #bb96d1

#acd196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd196 Color CSS Codes

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

#acd196 Text Font Color

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

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


#acd196 Background Color

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

This div background color is #acd196


#acd196 Border Color

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

This div border color is #acd196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd196


Comments

No comments written yet.

Please login to write comment.