Color Hex Logo

#0ebccb Color Hex

#0EBCCB
(14,188,203)
0 Favorites   0 Comments

Color spaces of #0ebccb

RGB 14188203
HSL0.510.870.43
HSV185°93°80°
CMYK 0.930.070.00   0.20
XYZ28.943840.371662.7669
Yxy40.37160.21910.3057
Hunter Lab63.5386-29.8804-14.0928
CIE-Lab69.7334-33.1510-18.6350

#0ebccb color RGB value is (14,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111100 11001011
Octal 16 274 313
Decimal 14 188 203
Hex E BC CB

RGB Percentages of Color #0ebccb

%3.46
%46.42
%50.12

CMYK Percentages of Color #0ebccb

%93
%7
%0
%20

Triadic Colors of #0ebccb

#0ebccb #cb0ebc #bccb0e

Analogous Colors of #0ebccb

#0ebccb #0e5ecb #0ecb7c

Monochromatic Colors of #0ebccb

#0ebccb

Complementary Color

#0ebccb #cb1d0e

#0ebccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebccb Color CSS Codes

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

#0ebccb Text Font Color

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

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


#0ebccb Background Color

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

This div background color is #0ebccb


#0ebccb Border Color

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

This div border color is #0ebccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebccb


Comments

No comments written yet.

Please login to write comment.