Color Hex Logo

#acde72 Color Hex

#ACDE72
(172,222,114)
0 Favorites   0 Comments

Color spaces of #acde72

RGB 172222114
HSL0.240.620.66
HSV88°49°87°
CMYK 0.230.000.49   0.13
XYZ46.171862.228125.4973
Yxy62.22810.34480.4647
Hunter Lab78.8848-33.571136.0555
CIE-Lab83.0346-33.821747.4744

#acde72 color RGB value is (172,222,114).

#acde72 hex color red value is 172, green value is 222 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #acde72 hue: 0.24 , saturation: 0.62 and the lightness value of acde72 is 0.66.

The process color (four color CMYK) of #acde72 color hex is 0.23, 0.00, 0.49, 0.13. Web safe color of #acde72 is #99cc66. Color #acde72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 01110010
Octal 254 336 162
Decimal 172 222 114
Hex AC DE 72

RGB Percentages of Color #acde72

%33.86
%43.70
%22.44

CMYK Percentages of Color #acde72

%23
%0
%49
%13

Triadic Colors of #acde72

#acde72 #72acde #de72ac

Analogous Colors of #acde72

#acde72 #76de72 #deda72

Monochromatic Colors of #acde72

#acde72

Complementary Color

#acde72 #a472de

#acde72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acde72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acde72 Color CSS Codes

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

#acde72 Text Font Color

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

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


#acde72 Background Color

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

This div background color is #acde72


#acde72 Border Color

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

This div border color is #acde72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acde72


Comments

No comments written yet.

Please login to write comment.