Color Hex Logo

#8eddcb Color Hex

#8EDDCB
(142,221,203)
0 Favorites   0 Comments

Color spaces of #8eddcb

RGB 142221203
HSL0.460.540.71
HSV166°36°87°
CMYK 0.360.000.08   0.13
XYZ47.791361.775565.9049
Yxy61.77550.27240.3521
Hunter Lab78.5974-29.00825.3028
CIE-Lab82.7939-28.24141.1542

#8eddcb color RGB value is (142,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011101 11001011
Octal 216 335 313
Decimal 142 221 203
Hex 8E DD CB

RGB Percentages of Color #8eddcb

%25.09
%39.05
%35.87

CMYK Percentages of Color #8eddcb

%36
%0
%8
%13

Triadic Colors of #8eddcb

#8eddcb #cb8edd #ddcb8e

Analogous Colors of #8eddcb

#8eddcb #8ec8dd #8edda4

Monochromatic Colors of #8eddcb

#8eddcb

Complementary Color

#8eddcb #dd8ea0

#8eddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eddcb Color CSS Codes

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

#8eddcb Text Font Color

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

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


#8eddcb Background Color

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

This div background color is #8eddcb


#8eddcb Border Color

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

This div border color is #8eddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eddcb


Comments

No comments written yet.

Please login to write comment.