Color Hex Logo

#8ecedd Color Hex

#8ECEDD
(142,206,221)
0 Favorites   0 Comments

Color spaces of #8ecedd

RGB 142206221
HSL0.530.540.71
HSV191°36°87°
CMYK 0.360.070.00   0.13
XYZ46.277855.113976.6056
Yxy55.11390.26000.3096
Hunter Lab74.2387-18.6472-9.2132
CIE-Lab79.1068-16.5912-13.9039

#8ecedd color RGB value is (142,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001110 11011101
Octal 216 316 335
Decimal 142 206 221
Hex 8E CE DD

RGB Percentages of Color #8ecedd

%24.96
%36.20
%38.84

CMYK Percentages of Color #8ecedd

%36
%7
%0
%13

Triadic Colors of #8ecedd

#8ecedd #dd8ece #cedd8e

Analogous Colors of #8ecedd

#8ecedd #8ea7dd #8eddc5

Monochromatic Colors of #8ecedd

#8ecedd

Complementary Color

#8ecedd #dd9d8e

#8ecedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecedd Color CSS Codes

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

#8ecedd Text Font Color

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

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


#8ecedd Background Color

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

This div background color is #8ecedd


#8ecedd Border Color

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

This div border color is #8ecedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecedd


Comments

No comments written yet.

Please login to write comment.