Color Hex Logo

#8ee9de Color Hex

#8EE9DE
(142,233,222)
0 Favorites   0 Comments

Color spaces of #8ee9de

RGB 142233222
HSL0.480.670.74
HSV173°39°91°
CMYK 0.390.000.05   0.09
XYZ53.479169.302579.6653
Yxy69.30250.26420.3423
Hunter Lab83.2481-31.01471.5354
CIE-Lab86.6536-29.6926-3.2296

#8ee9de color RGB value is (142,233,222).

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

The process color (four color CMYK) of #8ee9de color hex is 0.39, 0.00, 0.05, 0.09. Web safe color of #8ee9de is #99ffcc. Color #8ee9de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101001 11011110
Octal 216 351 336
Decimal 142 233 222
Hex 8E E9 DE

RGB Percentages of Color #8ee9de

%23.79
%39.03
%37.19

CMYK Percentages of Color #8ee9de

%39
%0
%5
%9

Triadic Colors of #8ee9de

#8ee9de #de8ee9 #e9de8e

Analogous Colors of #8ee9de

#8ee9de #8ec7e9 #8ee9b1

Monochromatic Colors of #8ee9de

#8ee9de

Complementary Color

#8ee9de #e98e99

#8ee9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee9de Color CSS Codes

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

#8ee9de Text Font Color

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

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


#8ee9de Background Color

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

This div background color is #8ee9de


#8ee9de Border Color

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

This div border color is #8ee9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee9de


Comments

No comments written yet.

Please login to write comment.