Color Hex Logo

#8eede2 Color Hex

#8EEDE2
(142,237,226)
0 Favorites   0 Comments

Color spaces of #8eede2

RGB 142237226
HSL0.480.730.74
HSV173°40°93°
CMYK 0.400.000.05   0.07
XYZ55.167071.810182.9046
Yxy71.81010.26280.3421
Hunter Lab84.7408-32.09151.3133
CIE-Lab87.8771-30.6684-3.5304

#8eede2 color RGB value is (142,237,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101101 11100010
Octal 216 355 342
Decimal 142 237 226
Hex 8E ED E2

RGB Percentages of Color #8eede2

%23.47
%39.17
%37.36

CMYK Percentages of Color #8eede2

%40
%0
%5
%7

Triadic Colors of #8eede2

#8eede2 #e28eed #ede28e

Analogous Colors of #8eede2

#8eede2 #8ec9ed #8eedb3

Monochromatic Colors of #8eede2

#8eede2

Complementary Color

#8eede2 #ed8e99

#8eede2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eede2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eede2 Color CSS Codes

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

#8eede2 Text Font Color

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

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


#8eede2 Background Color

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

This div background color is #8eede2


#8eede2 Border Color

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

This div border color is #8eede2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eede2


Comments

No comments written yet.

Please login to write comment.