Color Hex Logo

#8edacd Color Hex

#8EDACD
(142,218,205)
0 Favorites   0 Comments

Color spaces of #8edacd

RGB 142218205
HSL0.470.510.71
HSV170°35°85°
CMYK 0.350.000.06   0.15
XYZ47.246260.301466.9068
Yxy60.30140.27080.3457
Hunter Lab77.6540-27.29163.2734
CIE-Lab82.0017-26.3444-1.0645

#8edacd color RGB value is (142,218,205).

#8edacd hex color red value is 142, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8edacd hue: 0.47 , saturation: 0.51 and the lightness value of 8edacd is 0.71.

The process color (four color CMYK) of #8edacd color hex is 0.35, 0.00, 0.06, 0.15. Web safe color of #8edacd is #99cccc. Color #8edacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011010 11001101
Octal 216 332 315
Decimal 142 218 205
Hex 8E DA CD

RGB Percentages of Color #8edacd

%25.13
%38.58
%36.28

CMYK Percentages of Color #8edacd

%35
%0
%6
%15

Triadic Colors of #8edacd

#8edacd #cd8eda #dacd8e

Analogous Colors of #8edacd

#8edacd #8ec1da #8edaa7

Monochromatic Colors of #8edacd

#8edacd

Complementary Color

#8edacd #da8e9b

#8edacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edacd Color CSS Codes

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

#8edacd Text Font Color

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

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


#8edacd Background Color

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

This div background color is #8edacd


#8edacd Border Color

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

This div border color is #8edacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edacd


Comments

No comments written yet.

Please login to write comment.