Color Hex Logo

#8eeeda Color Hex

#8EEEDA
(142,238,218)
0 Favorites   0 Comments

Color spaces of #8eeeda

RGB 142238218
HSL0.470.740.75
HSV168°40°93°
CMYK 0.400.000.08   0.07
XYZ54.384871.961877.3533
Yxy71.96180.26700.3533
Hunter Lab84.8303-34.01655.3171
CIE-Lab87.9502-32.96410.7664

#8eeeda color RGB value is (142,238,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101110 11011010
Octal 216 356 332
Decimal 142 238 218
Hex 8E EE DA

RGB Percentages of Color #8eeeda

%23.75
%39.80
%36.45

CMYK Percentages of Color #8eeeda

%40
%0
%8
%7

Triadic Colors of #8eeeda

#8eeeda #da8eee #eeda8e

Analogous Colors of #8eeeda

#8eeeda #8ed2ee #8eeeaa

Monochromatic Colors of #8eeeda

#8eeeda

Complementary Color

#8eeeda #ee8ea2

#8eeeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeeda Color CSS Codes

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

#8eeeda Text Font Color

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

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


#8eeeda Background Color

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

This div background color is #8eeeda


#8eeeda Border Color

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

This div border color is #8eeeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeeda


Comments

No comments written yet.

Please login to write comment.