Color Hex Logo

#0edcdf Color Hex

#0EDCDF
(14,220,223)
0 Favorites   0 Comments

Color spaces of #0edcdf

RGB 14220223
HSL0.500.880.46
HSV181°94°87°
CMYK 0.940.010.00   0.13
XYZ39.093656.607578.6779
Yxy56.60750.22420.3246
Hunter Lab75.2380-38.9179-9.3342
CIE-Lab79.9583-41.7709-14.0256

#0edcdf color RGB value is (14,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011100 11011111
Octal 16 334 337
Decimal 14 220 223
Hex E DC DF

RGB Percentages of Color #0edcdf

%3.06
%48.14
%48.80

CMYK Percentages of Color #0edcdf

%94
%1
%0
%13

Triadic Colors of #0edcdf

#0edcdf #df0edc #dcdf0e

Analogous Colors of #0edcdf

#0edcdf #0e74df #0edf7a

Monochromatic Colors of #0edcdf

#0edcdf

Complementary Color

#0edcdf #df110e

#0edcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edcdf Color CSS Codes

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

#0edcdf Text Font Color

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

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


#0edcdf Background Color

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

This div background color is #0edcdf


#0edcdf Border Color

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

This div border color is #0edcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edcdf


Comments

No comments written yet.

Please login to write comment.