Color Hex Logo

#8edab4 Color Hex

#8EDAB4
(142,218,180)
0 Favorites   0 Comments

Color spaces of #8edab4

RGB 142218180
HSL0.420.510.71
HSV150°35°85°
CMYK 0.350.000.17   0.15
XYZ44.465059.188952.2611
Yxy59.18890.28520.3796
Hunter Lab76.9343-31.469113.5786
CIE-Lab81.3953-31.660011.3310

#8edab4 color RGB value is (142,218,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 10110100
Octal 216 332 264
Decimal 142 218 180
Hex 8E DA B4

RGB Percentages of Color #8edab4

%26.30
%40.37
%33.33

CMYK Percentages of Color #8edab4

%35
%0
%17
%15

Triadic Colors of #8edab4

#8edab4 #b48eda #dab48e

Analogous Colors of #8edab4

#8edab4 #8edada #8eda8e

Monochromatic Colors of #8edab4

#8edab4

Complementary Color

#8edab4 #da8eb4

#8edab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edab4 Color CSS Codes

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

#8edab4 Text Font Color

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

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


#8edab4 Background Color

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

This div background color is #8edab4


#8edab4 Border Color

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

This div border color is #8edab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edab4


Comments

No comments written yet.

Please login to write comment.