Color Hex Logo

#8eeccf Color Hex

#8EECCF
(142,236,207)
0 Favorites   0 Comments

Color spaces of #8eeccf

RGB 142236207
HSL0.450.710.74
HSV161°40°93°
CMYK 0.400.000.12   0.07
XYZ52.413370.246769.8280
Yxy70.24670.27230.3649
Hunter Lab83.8133-35.04699.2726
CIE-Lab87.1177-34.45365.3167

#8eeccf color RGB value is (142,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101100 11001111
Octal 216 354 317
Decimal 142 236 207
Hex 8E EC CF

RGB Percentages of Color #8eeccf

%24.27
%40.34
%35.38

CMYK Percentages of Color #8eeccf

%40
%0
%12
%7

Triadic Colors of #8eeccf

#8eeccf #cf8eec #eccf8e

Analogous Colors of #8eeccf

#8eeccf #8edaec #8eeca0

Monochromatic Colors of #8eeccf

#8eeccf

Complementary Color

#8eeccf #ec8eab

#8eeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeccf Color CSS Codes

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

#8eeccf Text Font Color

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

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


#8eeccf Background Color

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

This div background color is #8eeccf


#8eeccf Border Color

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

This div border color is #8eeccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeccf


Comments

No comments written yet.

Please login to write comment.