Color Hex Logo

#8ecfdb Color Hex

#8ECFDB
(142,207,219)
0 Favorites   0 Comments

Color spaces of #8ecfdb

RGB 142207219
HSL0.530.520.71
HSV189°35°86°
CMYK 0.350.050.00   0.14
XYZ46.254355.490975.2908
Yxy55.49090.26130.3134
Hunter Lab74.4922-19.5257-7.7811
CIE-Lab79.3232-17.5904-12.5074

#8ecfdb color RGB value is (142,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001111 11011011
Octal 216 317 333
Decimal 142 207 219
Hex 8E CF DB

RGB Percentages of Color #8ecfdb

%25.00
%36.44
%38.56

CMYK Percentages of Color #8ecfdb

%35
%5
%0
%14

Triadic Colors of #8ecfdb

#8ecfdb #db8ecf #cfdb8e

Analogous Colors of #8ecfdb

#8ecfdb #8ea9db #8edbc1

Monochromatic Colors of #8ecfdb

#8ecfdb

Complementary Color

#8ecfdb #db9a8e

#8ecfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecfdb Color CSS Codes

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

#8ecfdb Text Font Color

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

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


#8ecfdb Background Color

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

This div background color is #8ecfdb


#8ecfdb Border Color

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

This div border color is #8ecfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecfdb


Comments

No comments written yet.

Please login to write comment.