Color Hex Logo

#8effec Color Hex

#8EFFEC
(142,255,236)
0 Favorites   0 Comments

Color spaces of #8effec

RGB 142255236
HSL0.471.000.78
HSV170°44°100°
CMYK 0.440.000.07   0.00
XYZ62.055783.326992.1699
Yxy83.32690.26120.3508
Hunter Lab91.2836-38.39974.0328
CIE-Lab93.1574-36.7443-0.9912

#8effec color RGB value is (142,255,236).

#8effec hex color red value is 142, green value is 255 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8effec hue: 0.47 , saturation: 1.00 and the lightness value of 8effec is 0.78.

The process color (four color CMYK) of #8effec color hex is 0.44, 0.00, 0.07, 0.00. Web safe color of #8effec is #99ffff. Color #8effec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111111 11101100
Octal 216 377 354
Decimal 142 255 236
Hex 8E FF EC

RGB Percentages of Color #8effec

%22.43
%40.28
%37.28

CMYK Percentages of Color #8effec

%44
%0
%7
%0

Triadic Colors of #8effec

#8effec #ec8eff #ffec8e

Analogous Colors of #8effec

#8effec #8edaff #8effb4

Monochromatic Colors of #8effec

#8effec

Complementary Color

#8effec #ff8ea1

#8effec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8effec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8effec Color CSS Codes

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

#8effec Text Font Color

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

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


#8effec Background Color

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

This div background color is #8effec


#8effec Border Color

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

This div border color is #8effec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8effec


Comments

No comments written yet.

Please login to write comment.