Color Hex Logo

#0ebbef Color Hex

#0EBBEF
(14,187,239)
0 Favorites   0 Comments

Color spaces of #0ebbef

RGB 14187239
HSL0.540.890.50
HSV194°94°94°
CMYK 0.940.220.00   0.06
XYZ33.531441.866087.9750
Yxy41.86600.20520.2563
Hunter Lab64.7039-20.7282-35.3212
CIE-Lab70.7784-20.7470-36.6607

#0ebbef color RGB value is (14,187,239).

#0ebbef hex color red value is 14, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0ebbef hue: 0.54 , saturation: 0.89 and the lightness value of 0ebbef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111011 11101111
Octal 16 273 357
Decimal 14 187 239
Hex E BB EF

RGB Percentages of Color #0ebbef

%3.18
%42.50
%54.32

CMYK Percentages of Color #0ebbef

%94
%22
%0
%6

Triadic Colors of #0ebbef

#0ebbef #ef0ebb #bbef0e

Analogous Colors of #0ebbef

#0ebbef #0e4bef #0eefb3

Monochromatic Colors of #0ebbef

#0ebbef

Complementary Color

#0ebbef #ef420e

#0ebbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebbef Color CSS Codes

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

#0ebbef Text Font Color

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

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


#0ebbef Background Color

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

This div background color is #0ebbef


#0ebbef Border Color

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

This div border color is #0ebbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebbef


Comments

No comments written yet.

Please login to write comment.