Color Hex Logo

#0edacd Color Hex

#0EDACD
(14,218,205)
0 Favorites   0 Comments

Color spaces of #0edacd

RGB 14218205
HSL0.490.880.45
HSV176°94°85°
CMYK 0.940.000.06   0.15
XYZ36.272054.643966.3932
Yxy54.64390.23060.3474
Hunter Lab73.9215-41.7758-1.5067
CIE-Lab78.8357-46.1023-6.0870

#0edacd color RGB value is (14,218,205).

#0edacd hex color red value is 14, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0edacd hue: 0.49 , saturation: 0.88 and the lightness value of 0edacd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011010 11001101
Octal 16 332 315
Decimal 14 218 205
Hex E DA CD

RGB Percentages of Color #0edacd

%3.20
%49.89
%46.91

CMYK Percentages of Color #0edacd

%94
%0
%6
%15

Triadic Colors of #0edacd

#0edacd #cd0eda #dacd0e

Analogous Colors of #0edacd

#0edacd #0e81da #0eda67

Monochromatic Colors of #0edacd

#0edacd

Complementary Color

#0edacd #da0e1b

#0edacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edacd Color CSS Codes

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

#0edacd Text Font Color

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

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


#0edacd Background Color

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

This div background color is #0edacd


#0edacd Border Color

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

This div border color is #0edacd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,218,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edacd


Comments

No comments written yet.

Please login to write comment.