Color Hex Logo

#8eefcf Color Hex

#8EEFCF
(142,239,207)
0 Favorites   0 Comments

Color spaces of #8eefcf

RGB 142239207
HSL0.450.750.75
HSV160°41°94°
CMYK 0.410.000.13   0.06
XYZ53.284371.988870.1183
Yxy71.98880.27270.3684
Hunter Lab84.8462-36.381010.3941
CIE-Lab87.9632-35.83916.5357

#8eefcf color RGB value is (142,239,207).

#8eefcf hex color red value is 142, green value is 239 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8eefcf hue: 0.45 , saturation: 0.75 and the lightness value of 8eefcf is 0.75.

The process color (four color CMYK) of #8eefcf color hex is 0.41, 0.00, 0.13, 0.06. Web safe color of #8eefcf is #99ffcc. Color #8eefcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101111 11001111
Octal 216 357 317
Decimal 142 239 207
Hex 8E EF CF

RGB Percentages of Color #8eefcf

%24.15
%40.65
%35.20

CMYK Percentages of Color #8eefcf

%41
%0
%13
%6

Triadic Colors of #8eefcf

#8eefcf #cf8eef #efcf8e

Analogous Colors of #8eefcf

#8eefcf #8edfef #8eef9f

Monochromatic Colors of #8eefcf

#8eefcf

Complementary Color

#8eefcf #ef8eae

#8eefcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eefcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eefcf Color CSS Codes

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

#8eefcf Text Font Color

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

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


#8eefcf Background Color

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

This div background color is #8eefcf


#8eefcf Border Color

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

This div border color is #8eefcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eefcf


Comments

No comments written yet.

Please login to write comment.