Color Hex Logo

#8ecbdc Color Hex

#8ECBDC
(142,203,220)
0 Favorites   0 Comments

Color spaces of #8ecbdc

RGB 142203220
HSL0.540.530.71
HSV193°35°86°
CMYK 0.350.080.00   0.14
XYZ45.429553.630075.6674
Yxy53.63000.26000.3069
Hunter Lab73.2325-17.4251-9.9986
CIE-Lab78.2455-15.2968-14.6598

#8ecbdc color RGB value is (142,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001011 11011100
Octal 216 313 334
Decimal 142 203 220
Hex 8E CB DC

RGB Percentages of Color #8ecbdc

%25.13
%35.93
%38.94

CMYK Percentages of Color #8ecbdc

%35
%8
%0
%14

Triadic Colors of #8ecbdc

#8ecbdc #dc8ecb #cbdc8e

Analogous Colors of #8ecbdc

#8ecbdc #8ea4dc #8edcc6

Monochromatic Colors of #8ecbdc

#8ecbdc

Complementary Color

#8ecbdc #dc9f8e

#8ecbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecbdc Color CSS Codes

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

#8ecbdc Text Font Color

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

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


#8ecbdc Background Color

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

This div background color is #8ecbdc


#8ecbdc Border Color

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

This div border color is #8ecbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecbdc


Comments

No comments written yet.

Please login to write comment.