Color Hex Logo

#8ecadc Color Hex

#8ECADC
(142,202,220)
0 Favorites   0 Comments

Color spaces of #8ecadc

RGB 142202220
HSL0.540.530.71
HSV194°35°86°
CMYK 0.350.080.00   0.14
XYZ45.194153.159175.5889
Yxy53.15910.25980.3056
Hunter Lab72.9103-16.9482-10.4310
CIE-Lab77.9688-14.7807-15.0756

#8ecadc color RGB value is (142,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001010 11011100
Octal 216 312 334
Decimal 142 202 220
Hex 8E CA DC

RGB Percentages of Color #8ecadc

%25.18
%35.82
%39.01

CMYK Percentages of Color #8ecadc

%35
%8
%0
%14

Triadic Colors of #8ecadc

#8ecadc #dc8eca #cadc8e

Analogous Colors of #8ecadc

#8ecadc #8ea3dc #8edcc7

Monochromatic Colors of #8ecadc

#8ecadc

Complementary Color

#8ecadc #dca08e

#8ecadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecadc Color CSS Codes

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

#8ecadc Text Font Color

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

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


#8ecadc Background Color

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

This div background color is #8ecadc


#8ecadc Border Color

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

This div border color is #8ecadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecadc


Comments

No comments written yet.

Please login to write comment.