Color Hex Logo

#8eeacd Color Hex

#8EEACD
(142,234,205)
0 Favorites   0 Comments

Color spaces of #8eeacd

RGB 142234205
HSL0.450.690.74
HSV161°39°92°
CMYK 0.390.000.12   0.08
XYZ51.597669.004268.3573
Yxy69.00420.27310.3652
Hunter Lab83.0688-34.49639.3584
CIE-Lab86.5061-33.95555.4817

#8eeacd color RGB value is (142,234,205).

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

The process color (four color CMYK) of #8eeacd color hex is 0.39, 0.00, 0.12, 0.08. Web safe color of #8eeacd is #99ffcc. Color #8eeacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101010 11001101
Octal 216 352 315
Decimal 142 234 205
Hex 8E EA CD

RGB Percentages of Color #8eeacd

%24.44
%40.28
%35.28

CMYK Percentages of Color #8eeacd

%39
%0
%12
%8

Triadic Colors of #8eeacd

#8eeacd #cd8eea #eacd8e

Analogous Colors of #8eeacd

#8eeacd #8ed9ea #8eea9f

Monochromatic Colors of #8eeacd

#8eeacd

Complementary Color

#8eeacd #ea8eab

#8eeacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeacd Color CSS Codes

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

#8eeacd Text Font Color

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

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


#8eeacd Background Color

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

This div background color is #8eeacd


#8eeacd Border Color

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

This div border color is #8eeacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeacd


Comments

No comments written yet.

Please login to write comment.