Color Hex Logo

#0ecedb Color Hex

#0ECEDB
(14,206,219)
0 Favorites   0 Comments

Color spaces of #0ecedb

RGB 14206219
HSL0.510.880.46
HSV184°94°86°
CMYK 0.940.060.00   0.14
XYZ35.038649.350474.6967
Yxy49.35040.22020.3102
Hunter Lab70.2498-33.9066-13.8682
CIE-Lab75.6688-36.6101-18.3416

#0ecedb color RGB value is (14,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001110 11011011
Octal 16 316 333
Decimal 14 206 219
Hex E CE DB

RGB Percentages of Color #0ecedb

%3.19
%46.92
%49.89

CMYK Percentages of Color #0ecedb

%94
%6
%0
%14

Triadic Colors of #0ecedb

#0ecedb #db0ece #cedb0e

Analogous Colors of #0ecedb

#0ecedb #0e68db #0edb82

Monochromatic Colors of #0ecedb

#0ecedb

Complementary Color

#0ecedb #db1b0e

#0ecedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecedb Color CSS Codes

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

#0ecedb Text Font Color

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

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


#0ecedb Background Color

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

This div background color is #0ecedb


#0ecedb Border Color

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

This div border color is #0ecedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecedb


Comments

No comments written yet.

Please login to write comment.