Color Hex Logo

#8eddad Color Hex

#8EDDAD
(142,221,173)
0 Favorites   0 Comments

Color spaces of #8eddad

RGB 142221173
HSL0.400.540.71
HSV144°36°87°
CMYK 0.360.000.22   0.13
XYZ44.554660.480848.8609
Yxy60.48080.28950.3930
Hunter Lab77.7694-33.832617.1879
CIE-Lab82.0988-34.431916.0164

#8eddad color RGB value is (142,221,173).

#8eddad hex color red value is 142, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8eddad hue: 0.40 , saturation: 0.54 and the lightness value of 8eddad is 0.71.

The process color (four color CMYK) of #8eddad color hex is 0.36, 0.00, 0.22, 0.13. Web safe color of #8eddad is #99cc99. Color #8eddad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011101 10101101
Octal 216 335 255
Decimal 142 221 173
Hex 8E DD AD

RGB Percentages of Color #8eddad

%26.49
%41.23
%32.28

CMYK Percentages of Color #8eddad

%36
%0
%22
%13

Triadic Colors of #8eddad

#8eddad #ad8edd #ddad8e

Analogous Colors of #8eddad

#8eddad #8eddd5 #97dd8e

Monochromatic Colors of #8eddad

#8eddad

Complementary Color

#8eddad #dd8ebe

#8eddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eddad Color CSS Codes

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

#8eddad Text Font Color

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

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


#8eddad Background Color

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

This div background color is #8eddad


#8eddad Border Color

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

This div border color is #8eddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eddad


Comments

No comments written yet.

Please login to write comment.