Color Hex Logo

#8ed9df Color Hex

#8ED9DF
(142,217,223)
0 Favorites   0 Comments

Color spaces of #8ed9df

RGB 142217223
HSL0.510.560.72
HSV184°36°87°
CMYK 0.360.030.00   0.13
XYZ49.287560.704278.9314
Yxy60.70420.26090.3213
Hunter Lab77.9129-23.4289-5.5260
CIE-Lab82.2195-21.6589-10.3196

#8ed9df color RGB value is (142,217,223).

#8ed9df hex color red value is 142, green value is 217 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8ed9df hue: 0.51 , saturation: 0.56 and the lightness value of 8ed9df is 0.72.

The process color (four color CMYK) of #8ed9df color hex is 0.36, 0.03, 0.00, 0.13. Web safe color of #8ed9df is #99cccc. Color #8ed9df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011001 11011111
Octal 216 331 337
Decimal 142 217 223
Hex 8E D9 DF

RGB Percentages of Color #8ed9df

%24.40
%37.29
%38.32

CMYK Percentages of Color #8ed9df

%36
%3
%0
%13

Triadic Colors of #8ed9df

#8ed9df #df8ed9 #d9df8e

Analogous Colors of #8ed9df

#8ed9df #8eb1df #8edfbd

Monochromatic Colors of #8ed9df

#8ed9df

Complementary Color

#8ed9df #df948e

#8ed9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed9df Color CSS Codes

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

#8ed9df Text Font Color

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

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


#8ed9df Background Color

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

This div background color is #8ed9df


#8ed9df Border Color

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

This div border color is #8ed9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed9df


Comments

No comments written yet.

Please login to write comment.