Color Hex Logo

#0ecfdc Color Hex

#0ECFDC
(14,207,220)
0 Favorites   0 Comments

Color spaces of #0ecfdc

RGB 14207220
HSL0.510.880.46
HSV184°94°86°
CMYK 0.940.060.00   0.14
XYZ35.412249.886375.4728
Yxy49.88630.22030.3103
Hunter Lab70.6302-34.1076-13.9139
CIE-Lab75.9994-36.7655-18.3804

#0ecfdc color RGB value is (14,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001111 11011100
Octal 16 317 334
Decimal 14 207 220
Hex E CF DC

RGB Percentages of Color #0ecfdc

%3.17
%46.94
%49.89

CMYK Percentages of Color #0ecfdc

%94
%6
%0
%14

Triadic Colors of #0ecfdc

#0ecfdc #dc0ecf #cfdc0e

Analogous Colors of #0ecfdc

#0ecfdc #0e68dc #0edc82

Monochromatic Colors of #0ecfdc

#0ecfdc

Complementary Color

#0ecfdc #dc1b0e

#0ecfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecfdc Color CSS Codes

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

#0ecfdc Text Font Color

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

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


#0ecfdc Background Color

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

This div background color is #0ecfdc


#0ecfdc Border Color

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

This div border color is #0ecfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecfdc


Comments

No comments written yet.

Please login to write comment.