Color Hex Logo

#8eeecc Color Hex

#8EEECC
(142,238,204)
0 Favorites   0 Comments

Color spaces of #8eeecc

RGB 142238204
HSL0.440.740.75
HSV159°40°93°
CMYK 0.400.000.14   0.07
XYZ52.628971.259568.1074
Yxy71.25950.27410.3712
Hunter Lab84.4153-36.440711.2548
CIE-Lab87.6109-36.01807.5954

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101110 11001100
Octal 216 356 314
Decimal 142 238 204
Hex 8E EE CC

RGB Percentages of Color #8eeecc

%24.32
%40.75
%34.93

CMYK Percentages of Color #8eeecc

%40
%0
%14
%7

Triadic Colors of #8eeecc

#8eeecc #cc8eee #eecc8e

Analogous Colors of #8eeecc

#8eeecc #8ee0ee #8eee9c

Monochromatic Colors of #8eeecc

#8eeecc

Complementary Color

#8eeecc #ee8eb0

#8eeecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeecc Color CSS Codes

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

#8eeecc Text Font Color

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

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


#8eeecc Background Color

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

This div background color is #8eeecc


#8eeecc Border Color

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

This div border color is #8eeecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeecc


Comments

No comments written yet.

Please login to write comment.