Color Hex Logo

#8eedce Color Hex

#8EEDCE
(142,237,206)
0 Favorites   0 Comments

Color spaces of #8eedce

RGB 142237206
HSL0.450.730.74
HSV160°40°93°
CMYK 0.400.000.13   0.07
XYZ52.580170.775469.2823
Yxy70.77540.27290.3674
Hunter Lab84.1281-35.661610.0624
CIE-Lab87.3758-35.13146.2121

#8eedce color RGB value is (142,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101101 11001110
Octal 216 355 316
Decimal 142 237 206
Hex 8E ED CE

RGB Percentages of Color #8eedce

%24.27
%40.51
%35.21

CMYK Percentages of Color #8eedce

%40
%0
%13
%7

Triadic Colors of #8eedce

#8eedce #ce8eed #edce8e

Analogous Colors of #8eedce

#8eedce #8edded #8eed9f

Monochromatic Colors of #8eedce

#8eedce

Complementary Color

#8eedce #ed8ead

#8eedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eedce Color CSS Codes

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

#8eedce Text Font Color

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

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


#8eedce Background Color

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

This div background color is #8eedce


#8eedce Border Color

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

This div border color is #8eedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eedce


Comments

No comments written yet.

Please login to write comment.