Color Hex Logo

#8eeecd Color Hex

#8EEECD
(142,238,205)
0 Favorites   0 Comments

Color spaces of #8eeecd

RGB 142238205
HSL0.440.740.75
HSV159°40°93°
CMYK 0.400.000.14   0.07
XYZ52.749371.307668.7412
Yxy71.30760.27360.3699
Hunter Lab84.4438-36.273610.8459
CIE-Lab87.6342-35.80577.1067

#8eeecd color RGB value is (142,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101110 11001101
Octal 216 356 315
Decimal 142 238 205
Hex 8E EE CD

RGB Percentages of Color #8eeecd

%24.27
%40.68
%35.04

CMYK Percentages of Color #8eeecd

%40
%0
%14
%7

Triadic Colors of #8eeecd

#8eeecd #cd8eee #eecd8e

Analogous Colors of #8eeecd

#8eeecd #8edfee #8eee9d

Monochromatic Colors of #8eeecd

#8eeecd

Complementary Color

#8eeecd #ee8eaf

#8eeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeecd Color CSS Codes

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

#8eeecd Text Font Color

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

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


#8eeecd Background Color

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

This div background color is #8eeecd


#8eeecd Border Color

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

This div border color is #8eeecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeecd


Comments

No comments written yet.

Please login to write comment.