Color Hex Logo

#8ecedf Color Hex

#8ECEDF
(142,206,223)
0 Favorites   0 Comments

Color spaces of #8ecedf

RGB 142206223
HSL0.530.560.72
HSV193°36°87°
CMYK 0.360.080.00   0.13
XYZ46.545955.221178.0175
Yxy55.22110.25890.3072
Hunter Lab74.3109-18.2376-10.2297
CIE-Lab79.1685-16.0986-14.8839

#8ecedf color RGB value is (142,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001110 11011111
Octal 216 316 337
Decimal 142 206 223
Hex 8E CE DF

RGB Percentages of Color #8ecedf

%24.87
%36.08
%39.05

CMYK Percentages of Color #8ecedf

%36
%8
%0
%13

Triadic Colors of #8ecedf

#8ecedf #df8ece #cedf8e

Analogous Colors of #8ecedf

#8ecedf #8ea6df #8edfc8

Monochromatic Colors of #8ecedf

#8ecedf

Complementary Color

#8ecedf #df9f8e

#8ecedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecedf Color CSS Codes

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

#8ecedf Text Font Color

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

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


#8ecedf Background Color

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

This div background color is #8ecedf


#8ecedf Border Color

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

This div border color is #8ecedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecedf


Comments

No comments written yet.

Please login to write comment.