Color Hex Logo

#acde7a Color Hex

#ACDE7A
(172,222,122)
0 Favorites   0 Comments

Color spaces of #acde7a

RGB 172222122
HSL0.250.600.67
HSV90°45°87°
CMYK 0.230.000.45   0.13
XYZ46.647462.418328.0017
Yxy62.41830.34030.4554
Hunter Lab79.0053-32.866734.2896
CIE-Lab83.1354-32.911243.7374

#acde7a color RGB value is (172,222,122).

#acde7a hex color red value is 172, green value is 222 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #acde7a hue: 0.25 , saturation: 0.60 and the lightness value of acde7a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 01111010
Octal 254 336 172
Decimal 172 222 122
Hex AC DE 7A

RGB Percentages of Color #acde7a

%33.33
%43.02
%23.64

CMYK Percentages of Color #acde7a

%23
%0
%45
%13

Triadic Colors of #acde7a

#acde7a #7aacde #de7aac

Analogous Colors of #acde7a

#acde7a #7ade7a #dede7a

Monochromatic Colors of #acde7a

#acde7a

Complementary Color

#acde7a #ac7ade

#acde7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acde7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acde7a Color CSS Codes

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

#acde7a Text Font Color

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

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


#acde7a Background Color

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

This div background color is #acde7a


#acde7a Border Color

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

This div border color is #acde7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acde7a


Comments

No comments written yet.

Please login to write comment.