Color Hex Logo

#8ee0db Color Hex

#8EE0DB
(142,224,219)
0 Favorites   0 Comments

Color spaces of #8ee0db

RGB 142224219
HSL0.490.570.72
HSV176°37°88°
CMYK 0.370.000.02   0.12
XYZ50.597264.176676.7384
Yxy64.17660.26420.3351
Hunter Lab80.1103-27.4535-0.7172
CIE-Lab84.0576-26.0550-5.4708

#8ee0db color RGB value is (142,224,219).

#8ee0db hex color red value is 142, green value is 224 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8ee0db hue: 0.49 , saturation: 0.57 and the lightness value of 8ee0db is 0.72.

The process color (four color CMYK) of #8ee0db color hex is 0.37, 0.00, 0.02, 0.12. Web safe color of #8ee0db is #99cccc. Color #8ee0db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11100000 11011011
Octal 216 340 333
Decimal 142 224 219
Hex 8E E0 DB

RGB Percentages of Color #8ee0db

%24.27
%38.29
%37.44

CMYK Percentages of Color #8ee0db

%37
%0
%2
%12

Triadic Colors of #8ee0db

#8ee0db #db8ee0 #e0db8e

Analogous Colors of #8ee0db

#8ee0db #8ebce0 #8ee0b2

Monochromatic Colors of #8ee0db

#8ee0db

Complementary Color

#8ee0db #e08e93

#8ee0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee0db Color CSS Codes

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

#8ee0db Text Font Color

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

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


#8ee0db Background Color

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

This div background color is #8ee0db


#8ee0db Border Color

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

This div border color is #8ee0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee0db


Comments

No comments written yet.

Please login to write comment.