Color Hex Logo

#acde5e Color Hex

#ACDE5E
(172,222,94)
0 Favorites   0 Comments

Color spaces of #acde5e

RGB 17222294
HSL0.230.660.62
HSV83°58°87°
CMYK 0.230.000.58   0.13
XYZ45.154961.821420.1425
Yxy61.82140.35520.4863
Hunter Lab78.6266-35.084839.8497
CIE-Lab82.8184-35.796756.4177

#acde5e color RGB value is (172,222,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 01011110
Octal 254 336 136
Decimal 172 222 94
Hex AC DE 5E

RGB Percentages of Color #acde5e

%35.25
%45.49
%19.26

CMYK Percentages of Color #acde5e

%23
%0
%58
%13

Triadic Colors of #acde5e

#acde5e #5eacde #de5eac

Analogous Colors of #acde5e

#acde5e #6cde5e #ded05e

Monochromatic Colors of #acde5e

#acde5e

Complementary Color

#acde5e #905ede

#acde5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acde5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acde5e Color CSS Codes

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

#acde5e Text Font Color

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

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


#acde5e Background Color

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

This div background color is #acde5e


#acde5e Border Color

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

This div border color is #acde5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acde5e


Comments

No comments written yet.

Please login to write comment.