Color Hex Logo

#8eeead Color Hex

#8EEEAD
(142,238,173)
0 Favorites   0 Comments

Color spaces of #8eeead

RGB 142238173
HSL0.390.740.75
HSV139°40°93°
CMYK 0.400.000.27   0.07
XYZ49.272769.917050.4335
Yxy69.91700.29050.4122
Hunter Lab83.6164-41.143822.7705
CIE-Lab86.9561-42.115822.7657

#8eeead color RGB value is (142,238,173).

#8eeead hex color red value is 142, green value is 238 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8eeead hue: 0.39 , saturation: 0.74 and the lightness value of 8eeead is 0.75.

The process color (four color CMYK) of #8eeead color hex is 0.40, 0.00, 0.27, 0.07. Web safe color of #8eeead is #99ff99. Color #8eeead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101110 10101101
Octal 216 356 255
Decimal 142 238 173
Hex 8E EE AD

RGB Percentages of Color #8eeead

%25.68
%43.04
%31.28

CMYK Percentages of Color #8eeead

%40
%0
%27
%7

Triadic Colors of #8eeead

#8eeead #ad8eee #eead8e

Analogous Colors of #8eeead

#8eeead #8eeedd #9fee8e

Monochromatic Colors of #8eeead

#8eeead

Complementary Color

#8eeead #ee8ecf

#8eeead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeead Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeead Color CSS Codes

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

#8eeead Text Font Color

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

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


#8eeead Background Color

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

This div background color is #8eeead


#8eeead Border Color

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

This div border color is #8eeead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeead


Comments

No comments written yet.

Please login to write comment.