Color Hex Logo

#8ef5df Color Hex

#8EF5DF
(142,245,223)
0 Favorites   0 Comments

Color spaces of #8ef5df

RGB 142245223
HSL0.460.840.76
HSV167°42°96°
CMYK 0.420.000.09   0.04
XYZ57.127076.383381.5446
Yxy76.38330.26560.3552
Hunter Lab87.3975-36.27005.8589
CIE-Lab90.0370-35.09631.1977

#8ef5df color RGB value is (142,245,223).

#8ef5df hex color red value is 142, green value is 245 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8ef5df hue: 0.46 , saturation: 0.84 and the lightness value of 8ef5df is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11110101 11011111
Octal 216 365 337
Decimal 142 245 223
Hex 8E F5 DF

RGB Percentages of Color #8ef5df

%23.28
%40.16
%36.56

CMYK Percentages of Color #8ef5df

%42
%0
%9
%4

Triadic Colors of #8ef5df

#8ef5df #df8ef5 #f5df8e

Analogous Colors of #8ef5df

#8ef5df #8ed8f5 #8ef5ac

Monochromatic Colors of #8ef5df

#8ef5df

Complementary Color

#8ef5df #f58ea4

#8ef5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ef5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ef5df Color CSS Codes

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

#8ef5df Text Font Color

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

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


#8ef5df Background Color

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

This div background color is #8ef5df


#8ef5df Border Color

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

This div border color is #8ef5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ef5df


Comments

No comments written yet.

Please login to write comment.