Color Hex Logo

#8edabe Color Hex

#8EDABE
(142,218,190)
0 Favorites   0 Comments

Color spaces of #8edabe

RGB 142218190
HSL0.440.510.71
HSV158°35°85°
CMYK 0.350.000.13   0.15
XYZ45.521059.611357.8221
Yxy59.61130.27930.3658
Hunter Lab77.2084-29.87349.6430
CIE-Lab81.6265-29.60766.3614

#8edabe color RGB value is (142,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 10111110
Octal 216 332 276
Decimal 142 218 190
Hex 8E DA BE

RGB Percentages of Color #8edabe

%25.82
%39.64
%34.55

CMYK Percentages of Color #8edabe

%35
%0
%13
%15

Triadic Colors of #8edabe

#8edabe #be8eda #dabe8e

Analogous Colors of #8edabe

#8edabe #8ed0da #8eda98

Monochromatic Colors of #8edabe

#8edabe

Complementary Color

#8edabe #da8eaa

#8edabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edabe Color CSS Codes

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

#8edabe Text Font Color

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

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


#8edabe Background Color

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

This div background color is #8edabe


#8edabe Border Color

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

This div border color is #8edabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edabe


Comments

No comments written yet.

Please login to write comment.