Color Hex Logo

#8eeeee Color Hex

#8EEEEE
(142,238,238)
0 Favorites   0 Comments

Color spaces of #8eeeee

RGB 142238238
HSL0.500.740.75
HSV180°40°93°
CMYK 0.400.000.00   0.07
XYZ57.162573.072991.9806
Yxy73.07290.25720.3288
Hunter Lab85.4827-30.2313-3.9590
CIE-Lab88.4825-28.3084-8.9218

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101110 11101110
Octal 216 356 356
Decimal 142 238 238
Hex 8E EE EE

RGB Percentages of Color #8eeeee

%22.98
%38.51
%38.51

CMYK Percentages of Color #8eeeee

%40
%0
%0
%7

Triadic Colors of #8eeeee

#8eeeee #ee8eee #eeee8e

Analogous Colors of #8eeeee

#8eeeee #8ebeee #8eeebe

Monochromatic Colors of #8eeeee

#8eeeee

Complementary Color

#8eeeee #ee8e8e

#8eeeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeeee Color CSS Codes

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

#8eeeee Text Font Color

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

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


#8eeeee Background Color

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

This div background color is #8eeeee


#8eeeee Border Color

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

This div border color is #8eeeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeeee


Comments

No comments written yet.

Please login to write comment.