Color Hex Logo

#8eeddb Color Hex

#8EEDDB
(142,237,219)
0 Favorites   0 Comments

Color spaces of #8eeddb

RGB 142237219
HSL0.470.730.74
HSV169°40°93°
CMYK 0.400.000.08   0.07
XYZ54.225771.433677.9479
Yxy71.43360.26630.3508
Hunter Lab84.5184-33.38444.4821
CIE-Lab87.6952-32.2703-0.1293

#8eeddb color RGB value is (142,237,219).

#8eeddb hex color red value is 142, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8eeddb hue: 0.47 , saturation: 0.73 and the lightness value of 8eeddb is 0.74.

The process color (four color CMYK) of #8eeddb color hex is 0.40, 0.00, 0.08, 0.07. Web safe color of #8eeddb is #99ffcc. Color #8eeddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101101 11011011
Octal 216 355 333
Decimal 142 237 219
Hex 8E ED DB

RGB Percentages of Color #8eeddb

%23.75
%39.63
%36.62

CMYK Percentages of Color #8eeddb

%40
%0
%8
%7

Triadic Colors of #8eeddb

#8eeddb #db8eed #eddb8e

Analogous Colors of #8eeddb

#8eeddb #8ed0ed #8eedac

Monochromatic Colors of #8eeddb

#8eeddb

Complementary Color

#8eeddb #ed8ea0

#8eeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeddb Color CSS Codes

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

#8eeddb Text Font Color

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

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


#8eeddb Background Color

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

This div background color is #8eeddb


#8eeddb Border Color

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

This div border color is #8eeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeddb


Comments

No comments written yet.

Please login to write comment.