Color Hex Logo

#8ede8a Color Hex

#8EDE8A
(142,222,138)
0 Favorites   0 Comments

Color spaces of #8ede8a

RGB 142222138
HSL0.330.560.71
HSV117°38°87°
CMYK 0.360.000.38   0.13
XYZ41.864159.828333.3863
Yxy59.82830.30990.4429
Hunter Lab77.3488-38.749328.5526
CIE-Lab81.7448-40.886933.6604

#8ede8a color RGB value is (142,222,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011110 10001010
Octal 216 336 212
Decimal 142 222 138
Hex 8E DE 8A

RGB Percentages of Color #8ede8a

%28.29
%44.22
%27.49

CMYK Percentages of Color #8ede8a

%36
%0
%38
%13

Triadic Colors of #8ede8a

#8ede8a #8a8ede #de8a8e

Analogous Colors of #8ede8a

#8ede8a #8adeb0 #b8de8a

Monochromatic Colors of #8ede8a

#8ede8a

Complementary Color

#8ede8a #da8ade

#8ede8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ede8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ede8a Color CSS Codes

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

#8ede8a Text Font Color

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

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


#8ede8a Background Color

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

This div background color is #8ede8a


#8ede8a Border Color

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

This div border color is #8ede8a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,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 #8ede8a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ede8a


Comments

No comments written yet.

Please login to write comment.