Color Hex Logo

#8ee19d Color Hex

#8EE19D
(142,225,157)
0 Favorites   0 Comments

Color spaces of #8ee19d

RGB 142225157
HSL0.360.580.72
HSV131°37°88°
CMYK 0.370.000.30   0.12
XYZ44.166362.035541.5445
Yxy62.03550.29890.4199
Hunter Lab78.7626-37.740323.8605
CIE-Lab82.9323-39.156025.5129

#8ee19d color RGB value is (142,225,157).

#8ee19d hex color red value is 142, green value is 225 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #8ee19d hue: 0.36 , saturation: 0.58 and the lightness value of 8ee19d is 0.72.

The process color (four color CMYK) of #8ee19d color hex is 0.37, 0.00, 0.30, 0.12. Web safe color of #8ee19d is #99cc99. Color #8ee19d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11100001 10011101
Octal 216 341 235
Decimal 142 225 157
Hex 8E E1 9D

RGB Percentages of Color #8ee19d

%27.10
%42.94
%29.96

CMYK Percentages of Color #8ee19d

%37
%0
%30
%12

Triadic Colors of #8ee19d

#8ee19d #9d8ee1 #e19d8e

Analogous Colors of #8ee19d

#8ee19d #8ee1c7 #a9e18e

Monochromatic Colors of #8ee19d

#8ee19d

Complementary Color

#8ee19d #e18ed2

#8ee19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee19d Color CSS Codes

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

#8ee19d Text Font Color

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

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


#8ee19d Background Color

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

This div background color is #8ee19d


#8ee19d Border Color

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

This div border color is #8ee19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee19d


Comments

No comments written yet.

Please login to write comment.