Color Hex Logo

#acde8a Color Hex

#ACDE8A
(172,222,138)
0 Favorites   0 Comments

Color spaces of #acde8a

RGB 172222138
HSL0.270.560.71
HSV96°38°87°
CMYK 0.230.000.38   0.13
XYZ47.722062.848233.6605
Yxy62.84820.33090.4357
Hunter Lab79.2769-31.283530.3196
CIE-Lab83.3624-30.884436.0813

#acde8a color RGB value is (172,222,138).

#acde8a hex color red value is 172, green value is 222 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #acde8a hue: 0.27 , saturation: 0.56 and the lightness value of acde8a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10001010
Octal 254 336 212
Decimal 172 222 138
Hex AC DE 8A

RGB Percentages of Color #acde8a

%32.33
%41.73
%25.94

CMYK Percentages of Color #acde8a

%23
%0
%38
%13

Triadic Colors of #acde8a

#acde8a #8aacde #de8aac

Analogous Colors of #acde8a

#acde8a #8ade92 #d6de8a

Monochromatic Colors of #acde8a

#acde8a

Complementary Color

#acde8a #bc8ade

#acde8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acde8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acde8a Color CSS Codes

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

#acde8a Text Font Color

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

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


#acde8a Background Color

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

This div background color is #acde8a


#acde8a Border Color

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

This div border color is #acde8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acde8a


Comments

No comments written yet.

Please login to write comment.