Color Hex Logo

#8ed0dc Color Hex

#8ED0DC
(142,208,220)
0 Favorites   0 Comments

Color spaces of #8ed0dc

RGB 142208220
HSL0.530.530.71
HSV189°35°86°
CMYK 0.350.050.00   0.14
XYZ46.629556.029876.0674
Yxy56.02980.26090.3135
Hunter Lab74.8531-19.7968-7.8547
CIE-Lab79.6308-17.8556-12.5830

#8ed0dc color RGB value is (142,208,220).

#8ed0dc hex color red value is 142, green value is 208 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8ed0dc hue: 0.53 , saturation: 0.53 and the lightness value of 8ed0dc is 0.71.

The process color (four color CMYK) of #8ed0dc color hex is 0.35, 0.05, 0.00, 0.14. Web safe color of #8ed0dc is #99cccc. Color #8ed0dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010000 11011100
Octal 216 320 334
Decimal 142 208 220
Hex 8E D0 DC

RGB Percentages of Color #8ed0dc

%24.91
%36.49
%38.60

CMYK Percentages of Color #8ed0dc

%35
%5
%0
%14

Triadic Colors of #8ed0dc

#8ed0dc #dc8ed0 #d0dc8e

Analogous Colors of #8ed0dc

#8ed0dc #8ea9dc #8edcc1

Monochromatic Colors of #8ed0dc

#8ed0dc

Complementary Color

#8ed0dc #dc9a8e

#8ed0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed0dc Color CSS Codes

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

#8ed0dc Text Font Color

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

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


#8ed0dc Background Color

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

This div background color is #8ed0dc


#8ed0dc Border Color

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

This div border color is #8ed0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed0dc


Comments

No comments written yet.

Please login to write comment.