Color Hex Logo

#8eefee Color Hex

#8EEFEE
(142,239,238)
0 Favorites   0 Comments

Color spaces of #8eefee

RGB 142239238
HSL0.500.750.75
HSV179°41°94°
CMYK 0.410.000.00   0.06
XYZ57.454473.656892.0779
Yxy73.65680.25740.3300
Hunter Lab85.8235-30.6947-3.5343
CIE-Lab88.7600-28.7876-8.5098

#8eefee color RGB value is (142,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101111 11101110
Octal 216 357 356
Decimal 142 239 238
Hex 8E EF EE

RGB Percentages of Color #8eefee

%22.94
%38.61
%38.45

CMYK Percentages of Color #8eefee

%41
%0
%0
%6

Triadic Colors of #8eefee

#8eefee #ee8eef #efee8e

Analogous Colors of #8eefee

#8eefee #8ec0ef #8eefbe

Monochromatic Colors of #8eefee

#8eefee

Complementary Color

#8eefee #ef8e8f

#8eefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eefee Color CSS Codes

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

#8eefee Text Font Color

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

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


#8eefee Background Color

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

This div background color is #8eefee


#8eefee Border Color

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

This div border color is #8eefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eefee


Comments

No comments written yet.

Please login to write comment.