Color Hex Logo

#8ed8db Color Hex

#8ED8DB
(142,216,219)
0 Favorites   0 Comments

Color spaces of #8ed8db

RGB 142216219
HSL0.510.520.71
HSV182°35°86°
CMYK 0.350.010.00   0.14
XYZ48.497459.977076.0385
Yxy59.97700.26280.3251
Hunter Lab77.4448-23.7484-4.0020
CIE-Lab81.8257-22.1196-8.7762

#8ed8db color RGB value is (142,216,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011000 11011011
Octal 216 330 333
Decimal 142 216 219
Hex 8E D8 DB

RGB Percentages of Color #8ed8db

%24.61
%37.44
%37.95

CMYK Percentages of Color #8ed8db

%35
%1
%0
%14

Triadic Colors of #8ed8db

#8ed8db #db8ed8 #d8db8e

Analogous Colors of #8ed8db

#8ed8db #8eb2db #8edbb8

Monochromatic Colors of #8ed8db

#8ed8db

Complementary Color

#8ed8db #db918e

#8ed8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed8db Color CSS Codes

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

#8ed8db Text Font Color

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

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


#8ed8db Background Color

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

This div background color is #8ed8db


#8ed8db Border Color

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

This div border color is #8ed8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed8db


Comments

No comments written yet.

Please login to write comment.