Color Hex Logo

#0ecadf Color Hex

#0ECADF
(14,202,223)
0 Favorites   0 Comments

Color spaces of #0ecadf

RGB 14202223
HSL0.520.880.46
HSV186°94°87°
CMYK 0.940.090.00   0.13
XYZ34.620947.662177.1870
Yxy47.66210.21710.2989
Hunter Lab69.0377-31.3023-17.9622
CIE-Lab74.6113-33.4823-22.1037

#0ecadf color RGB value is (14,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001010 11011111
Octal 16 312 337
Decimal 14 202 223
Hex E CA DF

RGB Percentages of Color #0ecadf

%3.19
%46.01
%50.80

CMYK Percentages of Color #0ecadf

%94
%9
%0
%13

Triadic Colors of #0ecadf

#0ecadf #df0eca #cadf0e

Analogous Colors of #0ecadf

#0ecadf #0e62df #0edf8c

Monochromatic Colors of #0ecadf

#0ecadf

Complementary Color

#0ecadf #df230e

#0ecadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecadf Color CSS Codes

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

#0ecadf Text Font Color

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

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


#0ecadf Background Color

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

This div background color is #0ecadf


#0ecadf Border Color

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

This div border color is #0ecadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecadf


Comments

No comments written yet.

Please login to write comment.