Color Hex Logo

#8eedea Color Hex

#8EEDEA
(142,237,234)
0 Favorites   0 Comments

Color spaces of #8eedea

RGB 142237234
HSL0.490.730.74
HSV178°40°93°
CMYK 0.400.000.01   0.07
XYZ56.290872.259788.8226
Yxy72.25970.25900.3324
Hunter Lab85.0057-30.5572-2.4482
CIE-Lab88.0934-28.7879-7.4035

#8eedea color RGB value is (142,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101101 11101010
Octal 216 355 352
Decimal 142 237 234
Hex 8E ED EA

RGB Percentages of Color #8eedea

%23.16
%38.66
%38.17

CMYK Percentages of Color #8eedea

%40
%0
%1
%7

Triadic Colors of #8eedea

#8eedea #ea8eed #edea8e

Analogous Colors of #8eedea

#8eedea #8ec1ed #8eedbb

Monochromatic Colors of #8eedea

#8eedea

Complementary Color

#8eedea #ed8e91

#8eedea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eedea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eedea Color CSS Codes

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

#8eedea Text Font Color

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

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


#8eedea Background Color

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

This div background color is #8eedea


#8eedea Border Color

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

This div border color is #8eedea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eedea


Comments

No comments written yet.

Please login to write comment.