Color Hex Logo

#8eeede Color Hex

#8EEEDE
(142,238,222)
0 Favorites   0 Comments

Color spaces of #8eeede

RGB 142238222
HSL0.470.740.75
HSV170°40°93°
CMYK 0.400.000.07   0.07
XYZ54.914772.173880.1439
Yxy72.17380.26500.3483
Hunter Lab84.9552-33.28983.5364
CIE-Lab88.0522-32.0598-1.1785

#8eeede color RGB value is (142,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101110 11011110
Octal 216 356 336
Decimal 142 238 222
Hex 8E EE DE

RGB Percentages of Color #8eeede

%23.59
%39.53
%36.88

CMYK Percentages of Color #8eeede

%40
%0
%7
%7

Triadic Colors of #8eeede

#8eeede #de8eee #eede8e

Analogous Colors of #8eeede

#8eeede #8eceee #8eeeae

Monochromatic Colors of #8eeede

#8eeede

Complementary Color

#8eeede #ee8e9e

#8eeede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeede Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeede Color CSS Codes

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

#8eeede Text Font Color

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

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


#8eeede Background Color

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

This div background color is #8eeede


#8eeede Border Color

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

This div border color is #8eeede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeede


Comments

No comments written yet.

Please login to write comment.