Color Hex Logo

#8ec5dd Color Hex

#8EC5DD
(142,197,221)
0 Favorites   0 Comments

Color spaces of #8ec5dd

RGB 142197221
HSL0.550.540.71
HSV198°36°87°
CMYK 0.360.110.00   0.13
XYZ44.172750.903775.9039
Yxy50.90370.25830.2977
Hunter Lab71.3468-14.3429-13.1342
CIE-Lab76.6206-11.9319-17.6457

#8ec5dd color RGB value is (142,197,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11000101 11011101
Octal 216 305 335
Decimal 142 197 221
Hex 8E C5 DD

RGB Percentages of Color #8ec5dd

%25.36
%35.18
%39.46

CMYK Percentages of Color #8ec5dd

%36
%11
%0
%13

Triadic Colors of #8ec5dd

#8ec5dd #dd8ec5 #c5dd8e

Analogous Colors of #8ec5dd

#8ec5dd #8e9edd #8eddce

Monochromatic Colors of #8ec5dd

#8ec5dd

Complementary Color

#8ec5dd #dda68e

#8ec5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ec5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ec5dd Color CSS Codes

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

#8ec5dd Text Font Color

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

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


#8ec5dd Background Color

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

This div background color is #8ec5dd


#8ec5dd Border Color

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

This div border color is #8ec5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ec5dd


Comments

No comments written yet.

Please login to write comment.