Color Hex Logo

#8edfcd Color Hex

#8EDFCD
(142,223,205)
0 Favorites   0 Comments

Color spaces of #8edfcd

RGB 142223205
HSL0.460.560.72
HSV167°36°87°
CMYK 0.360.000.08   0.13
XYZ48.562562.933967.3456
Yxy62.93390.27150.3519
Hunter Lab79.3309-29.56015.1991
CIE-Lab83.4076-28.75950.9884

#8edfcd color RGB value is (142,223,205).

#8edfcd hex color red value is 142, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8edfcd hue: 0.46 , saturation: 0.56 and the lightness value of 8edfcd is 0.72.

The process color (four color CMYK) of #8edfcd color hex is 0.36, 0.00, 0.08, 0.13. Web safe color of #8edfcd is #99cccc. Color #8edfcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011111 11001101
Octal 216 337 315
Decimal 142 223 205
Hex 8E DF CD

RGB Percentages of Color #8edfcd

%24.91
%39.12
%35.96

CMYK Percentages of Color #8edfcd

%36
%0
%8
%13

Triadic Colors of #8edfcd

#8edfcd #cd8edf #dfcd8e

Analogous Colors of #8edfcd

#8edfcd #8ec9df #8edfa5

Monochromatic Colors of #8edfcd

#8edfcd

Complementary Color

#8edfcd #df8ea0

#8edfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edfcd Color CSS Codes

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

#8edfcd Text Font Color

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

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


#8edfcd Background Color

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

This div background color is #8edfcd


#8edfcd Border Color

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

This div border color is #8edfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edfcd


Comments

No comments written yet.

Please login to write comment.