Color Hex Logo

#acde96 Color Hex

#ACDE96
(172,222,150)
0 Favorites   0 Comments

Color spaces of #acde96

RGB 172222150
HSL0.280.520.73
HSV102°32°87°
CMYK 0.230.000.32   0.13
XYZ48.639663.215238.4923
Yxy63.21520.32350.4205
Hunter Lab79.5080-29.940326.9514
CIE-Lab83.5555-29.185530.2305

#acde96 color RGB value is (172,222,150).

#acde96 hex color red value is 172, green value is 222 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #acde96 hue: 0.28 , saturation: 0.52 and the lightness value of acde96 is 0.73.

The process color (four color CMYK) of #acde96 color hex is 0.23, 0.00, 0.32, 0.13. Web safe color of #acde96 is #99cc99. Color #acde96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10010110
Octal 254 336 226
Decimal 172 222 150
Hex AC DE 96

RGB Percentages of Color #acde96

%31.62
%40.81
%27.57

CMYK Percentages of Color #acde96

%23
%0
%32
%13

Triadic Colors of #acde96

#acde96 #96acde #de96ac

Analogous Colors of #acde96

#acde96 #96dea4 #d0de96

Monochromatic Colors of #acde96

#acde96

Complementary Color

#acde96 #c896de

#acde96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acde96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acde96 Color CSS Codes

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

#acde96 Text Font Color

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

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


#acde96 Background Color

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

This div background color is #acde96


#acde96 Border Color

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

This div border color is #acde96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acde96


Comments

No comments written yet.

Please login to write comment.