Color Hex Logo

#0edcdd Color Hex

#0EDCDD
(14,220,221)
0 Favorites   0 Comments

Color spaces of #0edcdd

RGB 14220221
HSL0.500.880.46
HSV180°94°87°
CMYK 0.940.000.00   0.13
XYZ38.825456.500277.2659
Yxy56.50020.22500.3274
Hunter Lab75.1666-39.3419-8.3292
CIE-Lab79.8977-42.3617-13.0501

#0edcdd color RGB value is (14,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011100 11011101
Octal 16 334 335
Decimal 14 220 221
Hex E DC DD

RGB Percentages of Color #0edcdd

%3.08
%48.35
%48.57

CMYK Percentages of Color #0edcdd

%94
%0
%0
%13

Triadic Colors of #0edcdd

#0edcdd #dd0edc #dcdd0e

Analogous Colors of #0edcdd

#0edcdd #0e75dd #0edd77

Monochromatic Colors of #0edcdd

#0edcdd

Complementary Color

#0edcdd #dd0f0e

#0edcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edcdd Color CSS Codes

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

#0edcdd Text Font Color

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

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


#0edcdd Background Color

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

This div background color is #0edcdd


#0edcdd Border Color

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

This div border color is #0edcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edcdd


Comments

No comments written yet.

Please login to write comment.