Color Hex Logo

#8edfcf Color Hex

#8EDFCF
(142,223,207)
0 Favorites   0 Comments

Color spaces of #8edfcf

RGB 142223207
HSL0.470.560.72
HSV168°36°87°
CMYK 0.360.000.07   0.13
XYZ48.805563.031168.6254
Yxy63.03110.27040.3493
Hunter Lab79.3921-29.20524.3251
CIE-Lab83.4587-28.31430.0040

#8edfcf color RGB value is (142,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011111 11001111
Octal 216 337 317
Decimal 142 223 207
Hex 8E DF CF

RGB Percentages of Color #8edfcf

%24.83
%38.99
%36.19

CMYK Percentages of Color #8edfcf

%36
%0
%7
%13

Triadic Colors of #8edfcf

#8edfcf #cf8edf #dfcf8e

Analogous Colors of #8edfcf

#8edfcf #8ec7df #8edfa7

Monochromatic Colors of #8edfcf

#8edfcf

Complementary Color

#8edfcf #df8e9e

#8edfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edfcf Color CSS Codes

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

#8edfcf Text Font Color

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

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


#8edfcf Background Color

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

This div background color is #8edfcf


#8edfcf Border Color

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

This div border color is #8edfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edfcf


Comments

No comments written yet.

Please login to write comment.