Color Hex Logo

#8eeecf Color Hex

#8EEECF
(142,238,207)
0 Favorites   0 Comments

Color spaces of #8eeecf

RGB 142238207
HSL0.450.740.75
HSV161°40°93°
CMYK 0.400.000.13   0.07
XYZ52.992371.404870.0210
Yxy71.40480.27260.3673
Hunter Lab84.5014-35.936910.0210
CIE-Lab87.6813-35.37856.1296

#8eeecf color RGB value is (142,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101110 11001111
Octal 216 356 317
Decimal 142 238 207
Hex 8E EE CF

RGB Percentages of Color #8eeecf

%24.19
%40.55
%35.26

CMYK Percentages of Color #8eeecf

%40
%0
%13
%7

Triadic Colors of #8eeecf

#8eeecf #cf8eee #eecf8e

Analogous Colors of #8eeecf

#8eeecf #8eddee #8eee9f

Monochromatic Colors of #8eeecf

#8eeecf

Complementary Color

#8eeecf #ee8ead

#8eeecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeecf Color CSS Codes

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

#8eeecf Text Font Color

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

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


#8eeecf Background Color

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

This div background color is #8eeecf


#8eeecf Border Color

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

This div border color is #8eeecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeecf


Comments

No comments written yet.

Please login to write comment.