Color Hex Logo

#0ecbda Color Hex

#0ECBDA
(14,203,218)
0 Favorites   0 Comments

Color spaces of #0ecbda

RGB 14203218
HSL0.510.880.45
HSV184°94°85°
CMYK 0.940.070.00   0.15
XYZ34.191947.867273.7669
Yxy47.86720.21940.3072
Hunter Lab69.1861-32.8607-14.7853
CIE-Lab74.7411-35.5228-19.2062

#0ecbda color RGB value is (14,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001011 11011010
Octal 16 313 332
Decimal 14 203 218
Hex E CB DA

RGB Percentages of Color #0ecbda

%3.22
%46.67
%50.11

CMYK Percentages of Color #0ecbda

%94
%7
%0
%15

Triadic Colors of #0ecbda

#0ecbda #da0ecb #cbda0e

Analogous Colors of #0ecbda

#0ecbda #0e65da #0eda83

Monochromatic Colors of #0ecbda

#0ecbda

Complementary Color

#0ecbda #da1d0e

#0ecbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecbda Color CSS Codes

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

#0ecbda Text Font Color

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

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


#0ecbda Background Color

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

This div background color is #0ecbda


#0ecbda Border Color

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

This div border color is #0ecbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecbda


Comments

No comments written yet.

Please login to write comment.