Color Hex Logo

#8eeccc Color Hex

#8EECCC
(142,236,204)
0 Favorites   0 Comments

Color spaces of #8eeccc

RGB 142236204
HSL0.440.710.74
HSV160°40°93°
CMYK 0.400.000.14   0.07
XYZ52.049970.101367.9143
Yxy70.10130.27390.3688
Hunter Lab83.7265-35.554110.5158
CIE-Lab87.0465-35.09656.7841

#8eeccc color RGB value is (142,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101100 11001100
Octal 216 354 314
Decimal 142 236 204
Hex 8E EC CC

RGB Percentages of Color #8eeccc

%24.40
%40.55
%35.05

CMYK Percentages of Color #8eeccc

%40
%0
%14
%7

Triadic Colors of #8eeccc

#8eeccc #cc8eec #eccc8e

Analogous Colors of #8eeccc

#8eeccc #8eddec #8eec9d

Monochromatic Colors of #8eeccc

#8eeccc

Complementary Color

#8eeccc #ec8eae

#8eeccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeccc Color CSS Codes

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

#8eeccc Text Font Color

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

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


#8eeccc Background Color

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

This div background color is #8eeccc


#8eeccc Border Color

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

This div border color is #8eeccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeccc


Comments

No comments written yet.

Please login to write comment.