Color Hex Logo

#0ecbce Color Hex

#0ECBCE
(14,203,206)
0 Favorites   0 Comments

Color spaces of #0ecbce

RGB 14203206
HSL0.500.870.43
HSV181°93°81°
CMYK 0.930.010.00   0.19
XYZ32.677647.261565.7926
Yxy47.26150.22420.3243
Hunter Lab68.7470-35.4606-8.6191
CIE-Lab74.3567-39.1952-13.2965

#0ecbce color RGB value is (14,203,206).

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

The process color (four color CMYK) of #0ecbce color hex is 0.93, 0.01, 0.00, 0.19. Web safe color of #0ecbce is #00cccc. Color #0ecbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001011 11001110
Octal 16 313 316
Decimal 14 203 206
Hex E CB CE

RGB Percentages of Color #0ecbce

%3.31
%47.99
%48.70

CMYK Percentages of Color #0ecbce

%93
%1
%0
%19

Triadic Colors of #0ecbce

#0ecbce #ce0ecb #cbce0e

Analogous Colors of #0ecbce

#0ecbce #0e6bce #0ece71

Monochromatic Colors of #0ecbce

#0ecbce

Complementary Color

#0ecbce #ce110e

#0ecbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecbce Color CSS Codes

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

#0ecbce Text Font Color

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

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


#0ecbce Background Color

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

This div background color is #0ecbce


#0ecbce Border Color

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

This div border color is #0ecbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecbce


Comments

No comments written yet.

Please login to write comment.