Color Hex Logo

#8eddda Color Hex

#8EDDDA
(142,221,218)
0 Favorites   0 Comments

Color spaces of #8eddda

RGB 142221218
HSL0.490.540.71
HSV178°36°87°
CMYK 0.360.000.01   0.13
XYZ49.666762.525675.7806
Yxy62.52560.26420.3326
Hunter Lab79.0731-26.2602-1.4700
CIE-Lab83.1921-24.8239-6.2194

#8eddda color RGB value is (142,221,218).

#8eddda hex color red value is 142, green value is 221 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8eddda hue: 0.49 , saturation: 0.54 and the lightness value of 8eddda is 0.71.

The process color (four color CMYK) of #8eddda color hex is 0.36, 0.00, 0.01, 0.13. Web safe color of #8eddda is #99cccc. Color #8eddda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011101 11011010
Octal 216 335 332
Decimal 142 221 218
Hex 8E DD DA

RGB Percentages of Color #8eddda

%24.44
%38.04
%37.52

CMYK Percentages of Color #8eddda

%36
%0
%1
%13

Triadic Colors of #8eddda

#8eddda #da8edd #ddda8e

Analogous Colors of #8eddda

#8eddda #8eb9dd #8eddb3

Monochromatic Colors of #8eddda

#8eddda

Complementary Color

#8eddda #dd8e91

#8eddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eddda Color CSS Codes

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

#8eddda Text Font Color

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

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


#8eddda Background Color

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

This div background color is #8eddda


#8eddda Border Color

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

This div border color is #8eddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eddda


Comments

No comments written yet.

Please login to write comment.