Color Hex Logo

#8ecad9 Color Hex

#8ECAD9
(142,202,217)
0 Favorites   0 Comments

Color spaces of #8ecad9

RGB 142202217
HSL0.530.500.70
HSV192°35°85°
CMYK 0.350.070.00   0.15
XYZ44.800253.001673.5147
Yxy53.00160.26150.3094
Hunter Lab72.8022-17.5605-8.9087
CIE-Lab77.8759-15.5174-13.6008

#8ecad9 color RGB value is (142,202,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001010 11011001
Octal 216 312 331
Decimal 142 202 217
Hex 8E CA D9

RGB Percentages of Color #8ecad9

%25.31
%36.01
%38.68

CMYK Percentages of Color #8ecad9

%35
%7
%0
%15

Triadic Colors of #8ecad9

#8ecad9 #d98eca #cad98e

Analogous Colors of #8ecad9

#8ecad9 #8ea5d9 #8ed9c3

Monochromatic Colors of #8ecad9

#8ecad9

Complementary Color

#8ecad9 #d99d8e

#8ecad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecad9 Color CSS Codes

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

#8ecad9 Text Font Color

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

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


#8ecad9 Background Color

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

This div background color is #8ecad9


#8ecad9 Border Color

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

This div border color is #8ecad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecad9


Comments

No comments written yet.

Please login to write comment.