Color Hex Logo

#8ed88d Color Hex

#8ED88D
(142,216,141)
0 Favorites   0 Comments

Color spaces of #8ed88d

RGB 142216141
HSL0.330.490.70
HSV119°35°85°
CMYK 0.340.000.35   0.15
XYZ40.518956.785634.0244
Yxy56.78560.30850.4324
Hunter Lab75.3562-35.894325.9791
CIE-Lab80.0589-37.739129.8999

#8ed88d color RGB value is (142,216,141).

#8ed88d hex color red value is 142, green value is 216 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #8ed88d hue: 0.33 , saturation: 0.49 and the lightness value of 8ed88d is 0.70.

The process color (four color CMYK) of #8ed88d color hex is 0.34, 0.00, 0.35, 0.15. Web safe color of #8ed88d is #99cc99. Color #8ed88d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011000 10001101
Octal 216 330 215
Decimal 142 216 141
Hex 8E D8 8D

RGB Percentages of Color #8ed88d

%28.46
%43.29
%28.26

CMYK Percentages of Color #8ed88d

%34
%0
%35
%15

Triadic Colors of #8ed88d

#8ed88d #8d8ed8 #d88d8e

Analogous Colors of #8ed88d

#8ed88d #8dd8b2 #b4d88d

Monochromatic Colors of #8ed88d

#8ed88d

Complementary Color

#8ed88d #d78dd8

#8ed88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed88d Color CSS Codes

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

#8ed88d Text Font Color

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

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


#8ed88d Background Color

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

This div background color is #8ed88d


#8ed88d Border Color

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

This div border color is #8ed88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed88d


Comments

No comments written yet.

Please login to write comment.