Color Hex Logo

#8ed8df Color Hex

#8ED8DF
(142,216,223)
0 Favorites   0 Comments

Color spaces of #8ed8df

RGB 142216223
HSL0.510.560.72
HSV185°36°87°
CMYK 0.360.030.00   0.13
XYZ49.030560.190278.8457
Yxy60.19020.26070.3200
Hunter Lab77.5823-22.9606-5.9478
CIE-Lab81.9415-21.1600-10.7339

#8ed8df color RGB value is (142,216,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011000 11011111
Octal 216 330 337
Decimal 142 216 223
Hex 8E D8 DF

RGB Percentages of Color #8ed8df

%24.44
%37.18
%38.38

CMYK Percentages of Color #8ed8df

%36
%3
%0
%13

Triadic Colors of #8ed8df

#8ed8df #df8ed8 #d8df8e

Analogous Colors of #8ed8df

#8ed8df #8eb0df #8edfbe

Monochromatic Colors of #8ed8df

#8ed8df

Complementary Color

#8ed8df #df958e

#8ed8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed8df Color CSS Codes

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

#8ed8df Text Font Color

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

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


#8ed8df Background Color

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

This div background color is #8ed8df


#8ed8df Border Color

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

This div border color is #8ed8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed8df


Comments

No comments written yet.

Please login to write comment.