Color Hex Logo

#8eeddd Color Hex

#8EEDDD
(142,237,221)
0 Favorites   0 Comments

Color spaces of #8eeddd

RGB 142237221
HSL0.470.730.74
HSV170°40°93°
CMYK 0.400.000.07   0.07
XYZ54.490771.539679.3432
Yxy71.53960.26530.3483
Hunter Lab84.5811-33.01973.5884
CIE-Lab87.7465-31.8169-1.1021

#8eeddd color RGB value is (142,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101101 11011101
Octal 216 355 335
Decimal 142 237 221
Hex 8E ED DD

RGB Percentages of Color #8eeddd

%23.67
%39.50
%36.83

CMYK Percentages of Color #8eeddd

%40
%0
%7
%7

Triadic Colors of #8eeddd

#8eeddd #dd8eed #eddd8e

Analogous Colors of #8eeddd

#8eeddd #8eceed #8eedae

Monochromatic Colors of #8eeddd

#8eeddd

Complementary Color

#8eeddd #ed8e9e

#8eeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeddd Color CSS Codes

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

#8eeddd Text Font Color

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

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


#8eeddd Background Color

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

This div background color is #8eeddd


#8eeddd Border Color

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

This div border color is #8eeddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeddd


Comments

No comments written yet.

Please login to write comment.