Color Hex Logo

#8ede60 Color Hex

#8EDE60
(142,222,96)
0 Favorites   0 Comments

Color spaces of #8ede60

RGB 14222296
HSL0.270.660.62
HSV98°57°87°
CMYK 0.360.000.57   0.13
XYZ39.387958.837920.3472
Yxy58.83790.33220.4962
Hunter Lab76.7059-42.576837.9667
CIE-Lab81.2024-46.202653.2469

#8ede60 color RGB value is (142,222,96).

#8ede60 hex color red value is 142, green value is 222 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #8ede60 hue: 0.27 , saturation: 0.66 and the lightness value of 8ede60 is 0.62.

The process color (four color CMYK) of #8ede60 color hex is 0.36, 0.00, 0.57, 0.13. Web safe color of #8ede60 is #99cc66. Color #8ede60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011110 01100000
Octal 216 336 140
Decimal 142 222 96
Hex 8E DE 60

RGB Percentages of Color #8ede60

%30.87
%48.26
%20.87

CMYK Percentages of Color #8ede60

%36
%0
%57
%13

Triadic Colors of #8ede60

#8ede60 #608ede #de608e

Analogous Colors of #8ede60

#8ede60 #60de71 #cdde60

Monochromatic Colors of #8ede60

#8ede60

Complementary Color

#8ede60 #b060de

#8ede60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ede60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ede60 Color CSS Codes

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

#8ede60 Text Font Color

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

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


#8ede60 Background Color

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

This div background color is #8ede60


#8ede60 Border Color

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

This div border color is #8ede60


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,222,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ede60; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ede60;
  -webkit-box-shadow: 1px 1px 3px 2px #8ede60;
  box-shadow:         1px 1px 3px 2px #8ede60; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ede60


Comments

No comments written yet.

Please login to write comment.