Color Hex Logo

#8eedcb Color Hex

#8EEDCB
(142,237,203)
0 Favorites   0 Comments

Color spaces of #8eedcb

RGB 142237203
HSL0.440.730.74
HSV159°40°93°
CMYK 0.400.000.14   0.07
XYZ52.219070.631067.3808
Yxy70.63100.27450.3713
Hunter Lab84.0423-36.164411.2939
CIE-Lab87.3054-35.76997.6791

#8eedcb color RGB value is (142,237,203).

#8eedcb hex color red value is 142, green value is 237 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8eedcb hue: 0.44 , saturation: 0.73 and the lightness value of 8eedcb is 0.74.

The process color (four color CMYK) of #8eedcb color hex is 0.40, 0.00, 0.14, 0.07. Web safe color of #8eedcb is #99ffcc. Color #8eedcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101101 11001011
Octal 216 355 313
Decimal 142 237 203
Hex 8E ED CB

RGB Percentages of Color #8eedcb

%24.40
%40.72
%34.88

CMYK Percentages of Color #8eedcb

%40
%0
%14
%7

Triadic Colors of #8eedcb

#8eedcb #cb8eed #edcb8e

Analogous Colors of #8eedcb

#8eedcb #8ee0ed #8eed9c

Monochromatic Colors of #8eedcb

#8eedcb

Complementary Color

#8eedcb #ed8eb0

#8eedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eedcb Color CSS Codes

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

#8eedcb Text Font Color

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

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


#8eedcb Background Color

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

This div background color is #8eedcb


#8eedcb Border Color

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

This div border color is #8eedcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,237,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 #8eedcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eedcb


Comments

No comments written yet.

Please login to write comment.