Color Hex Logo

#0ecbbe Color Hex

#0ECBBE
(14,203,190)
0 Favorites   0 Comments

Color spaces of #0ecbbe

RGB 14203190
HSL0.490.870.43
HSV176°93°80°
CMYK 0.930.000.06   0.20
XYZ30.831346.522956.0700
Yxy46.52290.23110.3487
Hunter Lab68.2077-38.6778-0.9938
CIE-Lab73.8836-43.8808-5.3357

#0ecbbe color RGB value is (14,203,190).

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

The process color (four color CMYK) of #0ecbbe color hex is 0.93, 0.00, 0.06, 0.20. Web safe color of #0ecbbe is #00cccc. Color #0ecbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001011 10111110
Octal 16 313 276
Decimal 14 203 190
Hex E CB BE

RGB Percentages of Color #0ecbbe

%3.44
%49.88
%46.68

CMYK Percentages of Color #0ecbbe

%93
%0
%6
%20

Triadic Colors of #0ecbbe

#0ecbbe #be0ecb #cbbe0e

Analogous Colors of #0ecbbe

#0ecbbe #0e7acb #0ecb60

Monochromatic Colors of #0ecbbe

#0ecbbe

Complementary Color

#0ecbbe #cb0e1b

#0ecbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecbbe Color CSS Codes

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

#0ecbbe Text Font Color

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

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


#0ecbbe Background Color

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

This div background color is #0ecbbe


#0ecbbe Border Color

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

This div border color is #0ecbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecbbe


Comments

No comments written yet.

Please login to write comment.