Color Hex Logo

#8eefca Color Hex

#8EEFCA
(142,239,202)
0 Favorites   0 Comments

Color spaces of #8eefca

RGB 142239202
HSL0.440.750.75
HSV157°41°94°
CMYK 0.410.000.15   0.06
XYZ52.682571.748166.9492
Yxy71.74810.27530.3749
Hunter Lab84.7043-37.212912.4309
CIE-Lab87.8472-36.89718.9779

#8eefca color RGB value is (142,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101111 11001010
Octal 216 357 312
Decimal 142 239 202
Hex 8E EF CA

RGB Percentages of Color #8eefca

%24.36
%40.99
%34.65

CMYK Percentages of Color #8eefca

%41
%0
%15
%6

Triadic Colors of #8eefca

#8eefca #ca8eef #efca8e

Analogous Colors of #8eefca

#8eefca #8ee4ef #8eef9a

Monochromatic Colors of #8eefca

#8eefca

Complementary Color

#8eefca #ef8eb3

#8eefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eefca Color CSS Codes

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

#8eefca Text Font Color

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

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


#8eefca Background Color

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

This div background color is #8eefca


#8eefca Border Color

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

This div border color is #8eefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eefca


Comments

No comments written yet.

Please login to write comment.