Color Hex Logo

#8ecfdc Color Hex

#8ECFDC
(142,207,220)
0 Favorites   0 Comments

Color spaces of #8ecfdc

RGB 142207220
HSL0.530.530.71
HSV190°35°86°
CMYK 0.350.060.00   0.14
XYZ46.386455.543775.9863
Yxy55.54370.26070.3122
Hunter Lab74.5276-19.3240-8.2811
CIE-Lab79.3534-17.3466-12.9982

#8ecfdc color RGB value is (142,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001111 11011100
Octal 216 317 334
Decimal 142 207 220
Hex 8E CF DC

RGB Percentages of Color #8ecfdc

%24.96
%36.38
%38.66

CMYK Percentages of Color #8ecfdc

%35
%6
%0
%14

Triadic Colors of #8ecfdc

#8ecfdc #dc8ecf #cfdc8e

Analogous Colors of #8ecfdc

#8ecfdc #8ea8dc #8edcc2

Monochromatic Colors of #8ecfdc

#8ecfdc

Complementary Color

#8ecfdc #dc9b8e

#8ecfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecfdc Color CSS Codes

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

#8ecfdc Text Font Color

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

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


#8ecfdc Background Color

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

This div background color is #8ecfdc


#8ecfdc Border Color

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

This div border color is #8ecfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecfdc


Comments

No comments written yet.

Please login to write comment.