Color Hex Logo

#8eebdc Color Hex

#8EEBDC
(142,235,220)
0 Favorites   0 Comments

Color spaces of #8eebdc

RGB 142235220
HSL0.470.700.74
HSV170°40°92°
CMYK 0.400.000.06   0.08
XYZ53.781970.334878.4515
Yxy70.33480.26550.3472
Hunter Lab83.8658-32.29593.2438
CIE-Lab87.1608-31.1012-1.4352

#8eebdc color RGB value is (142,235,220).

#8eebdc hex color red value is 142, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8eebdc hue: 0.47 , saturation: 0.70 and the lightness value of 8eebdc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101011 11011100
Octal 216 353 334
Decimal 142 235 220
Hex 8E EB DC

RGB Percentages of Color #8eebdc

%23.79
%39.36
%36.85

CMYK Percentages of Color #8eebdc

%40
%0
%6
%8

Triadic Colors of #8eebdc

#8eebdc #dc8eeb #ebdc8e

Analogous Colors of #8eebdc

#8eebdc #8ecceb #8eebae

Monochromatic Colors of #8eebdc

#8eebdc

Complementary Color

#8eebdc #eb8e9d

#8eebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eebdc Color CSS Codes

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

#8eebdc Text Font Color

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

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


#8eebdc Background Color

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

This div background color is #8eebdc


#8eebdc Border Color

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

This div border color is #8eebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eebdc


Comments

No comments written yet.

Please login to write comment.