Color Hex Logo

#8ecad6 Color Hex

#8ECAD6
(142,202,214)
0 Favorites   0 Comments

Color spaces of #8ecad6

RGB 142202214
HSL0.530.470.70
HSV190°34°84°
CMYK 0.340.060.00   0.16
XYZ44.413552.846971.4780
Yxy52.84690.26320.3132
Hunter Lab72.6959-18.1633-7.4096
CIE-Lab77.7845-16.2462-12.1230

#8ecad6 color RGB value is (142,202,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001010 11010110
Octal 216 312 326
Decimal 142 202 214
Hex 8E CA D6

RGB Percentages of Color #8ecad6

%25.45
%36.20
%38.35

CMYK Percentages of Color #8ecad6

%34
%6
%0
%16

Triadic Colors of #8ecad6

#8ecad6 #d68eca #cad68e

Analogous Colors of #8ecad6

#8ecad6 #8ea6d6 #8ed6be

Monochromatic Colors of #8ecad6

#8ecad6

Complementary Color

#8ecad6 #d69a8e

#8ecad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecad6 Color CSS Codes

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

#8ecad6 Text Font Color

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

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


#8ecad6 Background Color

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

This div background color is #8ecad6


#8ecad6 Border Color

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

This div border color is #8ecad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecad6


Comments

No comments written yet.

Please login to write comment.