Color Hex Logo

#8eeeec Color Hex

#8EEEEC
(142,238,236)
0 Favorites   0 Comments

Color spaces of #8eeeec

RGB 142238236
HSL0.500.740.75
HSV179°40°93°
CMYK 0.400.000.01   0.07
XYZ56.870272.956090.4414
Yxy72.95600.25820.3312
Hunter Lab85.4143-30.6268-2.9896
CIE-Lab88.4267-28.7887-7.9573

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101110 11101100
Octal 216 356 354
Decimal 142 238 236
Hex 8E EE EC

RGB Percentages of Color #8eeeec

%23.05
%38.64
%38.31

CMYK Percentages of Color #8eeeec

%40
%0
%1
%7

Triadic Colors of #8eeeec

#8eeeec #ec8eee #eeec8e

Analogous Colors of #8eeeec

#8eeeec #8ec0ee #8eeebc

Monochromatic Colors of #8eeeec

#8eeeec

Complementary Color

#8eeeec #ee8e90

#8eeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeeec Color CSS Codes

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

#8eeeec Text Font Color

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

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


#8eeeec Background Color

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

This div background color is #8eeeec


#8eeeec Border Color

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

This div border color is #8eeeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeeec


Comments

No comments written yet.

Please login to write comment.