Color Hex Logo

#8edab5 Color Hex

#8EDAB5
(142,218,181)
0 Favorites   0 Comments

Color spaces of #8edab5

RGB 142218181
HSL0.420.510.71
HSV151°35°85°
CMYK 0.350.000.17   0.15
XYZ44.567259.229852.7996
Yxy59.22980.28460.3782
Hunter Lab76.9609-31.314213.1963
CIE-Lab81.4177-31.459610.8337

#8edab5 color RGB value is (142,218,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 10110101
Octal 216 332 265
Decimal 142 218 181
Hex 8E DA B5

RGB Percentages of Color #8edab5

%26.25
%40.30
%33.46

CMYK Percentages of Color #8edab5

%35
%0
%17
%15

Triadic Colors of #8edab5

#8edab5 #b58eda #dab58e

Analogous Colors of #8edab5

#8edab5 #8ed9da #8eda8f

Monochromatic Colors of #8edab5

#8edab5

Complementary Color

#8edab5 #da8eb3

#8edab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edab5 Color CSS Codes

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

#8edab5 Text Font Color

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

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


#8edab5 Background Color

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

This div background color is #8edab5


#8edab5 Border Color

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

This div border color is #8edab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edab5


Comments

No comments written yet.

Please login to write comment.