Color Hex Logo

#0ed8db Color Hex

#0ED8DB
(14,216,219)
0 Favorites   0 Comments

Color spaces of #0ed8db

RGB 14216219
HSL0.500.880.46
HSV181°94°86°
CMYK 0.940.010.00   0.14
XYZ37.523254.319675.5249
Yxy54.31960.22420.3246
Hunter Lab73.7018-38.1000-9.1653
CIE-Lab78.6477-41.1690-13.8551

#0ed8db color RGB value is (14,216,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011000 11011011
Octal 16 330 333
Decimal 14 216 219
Hex E D8 DB

RGB Percentages of Color #0ed8db

%3.12
%48.11
%48.78

CMYK Percentages of Color #0ed8db

%94
%1
%0
%14

Triadic Colors of #0ed8db

#0ed8db #db0ed8 #d8db0e

Analogous Colors of #0ed8db

#0ed8db #0e72db #0edb78

Monochromatic Colors of #0ed8db

#0ed8db

Complementary Color

#0ed8db #db110e

#0ed8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed8db Color CSS Codes

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

#0ed8db Text Font Color

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

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


#0ed8db Background Color

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

This div background color is #0ed8db


#0ed8db Border Color

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

This div border color is #0ed8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed8db


Comments

No comments written yet.

Please login to write comment.