Color Hex Logo

#8eceda Color Hex

#8ECEDA
(142,206,218)
0 Favorites   0 Comments

Color spaces of #8eceda

RGB 142206218
HSL0.530.510.71
HSV189°35°85°
CMYK 0.350.060.00   0.15
XYZ45.881554.955474.5189
Yxy54.95540.26160.3134
Hunter Lab74.1319-19.2542-7.7072
CIE-Lab79.0156-17.3239-12.4313

#8eceda color RGB value is (142,206,218).

#8eceda hex color red value is 142, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8eceda hue: 0.53 , saturation: 0.51 and the lightness value of 8eceda is 0.71.

The process color (four color CMYK) of #8eceda color hex is 0.35, 0.06, 0.00, 0.15. Web safe color of #8eceda is #99cccc. Color #8eceda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001110 11011010
Octal 216 316 332
Decimal 142 206 218
Hex 8E CE DA

RGB Percentages of Color #8eceda

%25.09
%36.40
%38.52

CMYK Percentages of Color #8eceda

%35
%6
%0
%15

Triadic Colors of #8eceda

#8eceda #da8ece #ceda8e

Analogous Colors of #8eceda

#8eceda #8ea8da #8edac0

Monochromatic Colors of #8eceda

#8eceda

Complementary Color

#8eceda #da9a8e

#8eceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eceda Color CSS Codes

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

#8eceda Text Font Color

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

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


#8eceda Background Color

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

This div background color is #8eceda


#8eceda Border Color

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

This div border color is #8eceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eceda


Comments

No comments written yet.

Please login to write comment.