Color Hex Logo

#0ecbed Color Hex

#0ECBED
(14,203,237)
0 Favorites   0 Comments

Color spaces of #0ecbed

RGB 14203237
HSL0.530.890.49
HSV189°94°93°
CMYK 0.940.140.00   0.07
XYZ36.823148.919787.6224
Yxy48.91970.21240.2822
Hunter Lab69.9426-28.4236-25.3172
CIE-Lab75.4013-29.4715-28.4409

#0ecbed color RGB value is (14,203,237).

#0ecbed hex color red value is 14, green value is 203 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #0ecbed hue: 0.53 , saturation: 0.89 and the lightness value of 0ecbed is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001011 11101101
Octal 16 313 355
Decimal 14 203 237
Hex E CB ED

RGB Percentages of Color #0ecbed

%3.08
%44.71
%52.20

CMYK Percentages of Color #0ecbed

%94
%14
%0
%7

Triadic Colors of #0ecbed

#0ecbed #ed0ecb #cbed0e

Analogous Colors of #0ecbed

#0ecbed #0e5ced #0eeda0

Monochromatic Colors of #0ecbed

#0ecbed

Complementary Color

#0ecbed #ed300e

#0ecbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecbed Color CSS Codes

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

#0ecbed Text Font Color

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

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


#0ecbed Background Color

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

This div background color is #0ecbed


#0ecbed Border Color

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

This div border color is #0ecbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecbed


Comments

No comments written yet.

Please login to write comment.