Color Hex Logo

#0ecedc Color Hex

#0ECEDC
(14,206,220)
0 Favorites   0 Comments

Color spaces of #0ecedc

RGB 14206220
HSL0.510.880.46
HSV184°94°86°
CMYK 0.940.060.00   0.14
XYZ35.170749.403375.3922
Yxy49.40330.21990.3088
Hunter Lab70.2875-33.6846-14.3948
CIE-Lab75.7015-36.3013-18.8309

#0ecedc color RGB value is (14,206,220).

#0ecedc hex color red value is 14, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0ecedc hue: 0.51 , saturation: 0.88 and the lightness value of 0ecedc is 0.46.

The process color (four color CMYK) of #0ecedc color hex is 0.94, 0.06, 0.00, 0.14. Web safe color of #0ecedc is #00cccc. Color #0ecedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001110 11011100
Octal 16 316 334
Decimal 14 206 220
Hex E CE DC

RGB Percentages of Color #0ecedc

%3.18
%46.82
%50.00

CMYK Percentages of Color #0ecedc

%94
%6
%0
%14

Triadic Colors of #0ecedc

#0ecedc #dc0ece #cedc0e

Analogous Colors of #0ecedc

#0ecedc #0e67dc #0edc83

Monochromatic Colors of #0ecedc

#0ecedc

Complementary Color

#0ecedc #dc1c0e

#0ecedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecedc Color CSS Codes

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

#0ecedc Text Font Color

<p style="color:#0ecedc">Text here</p>

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


#0ecedc Background Color

<div style="background-color:#0ecedc">
Div content here</div>

This div background color is #0ecedc


#0ecedc Border Color

<div style="border:3px solid #0ecedc">
Div here</div>

This div border color is #0ecedc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,206,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ecedc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ecedc;
  -webkit-box-shadow: 1px 1px 3px 2px #0ecedc;
  box-shadow:         1px 1px 3px 2px #0ecedc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,206,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 #0ecedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecedc


Comments

No comments written yet.

Please login to write comment.