Color Hex Logo

#8ecddd Color Hex

#8ECDDD
(142,205,221)
0 Favorites   0 Comments

Color spaces of #8ecddd

RGB 142205221
HSL0.530.540.71
HSV192°36°87°
CMYK 0.360.070.00   0.13
XYZ46.037854.633976.5256
Yxy54.63390.25980.3083
Hunter Lab73.9147-18.1721-9.6439
CIE-Lab78.8299-16.0788-14.3194

#8ecddd color RGB value is (142,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001101 11011101
Octal 216 315 335
Decimal 142 205 221
Hex 8E CD DD

RGB Percentages of Color #8ecddd

%25.00
%36.09
%38.91

CMYK Percentages of Color #8ecddd

%36
%7
%0
%13

Triadic Colors of #8ecddd

#8ecddd #dd8ecd #cddd8e

Analogous Colors of #8ecddd

#8ecddd #8ea6dd #8eddc6

Monochromatic Colors of #8ecddd

#8ecddd

Complementary Color

#8ecddd #dd9e8e

#8ecddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecddd Color CSS Codes

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

#8ecddd Text Font Color

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

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


#8ecddd Background Color

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

This div background color is #8ecddd


#8ecddd Border Color

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

This div border color is #8ecddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecddd


Comments

No comments written yet.

Please login to write comment.