Color Hex Logo

#0ebadb Color Hex

#0EBADB
(14,186,219)
0 Favorites   0 Comments

Color spaces of #0ebadb

RGB 14186219
HSL0.530.880.46
HSV190°94°86°
CMYK 0.940.150.00   0.14
XYZ30.526240.325673.1926
Yxy40.32560.21190.2800
Hunter Lab63.5024-25.3227-23.8857
CIE-Lab69.7008-26.9887-27.4393

#0ebadb color RGB value is (14,186,219).

#0ebadb hex color red value is 14, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0ebadb hue: 0.53 , saturation: 0.88 and the lightness value of 0ebadb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111010 11011011
Octal 16 272 333
Decimal 14 186 219
Hex E BA DB

RGB Percentages of Color #0ebadb

%3.34
%44.39
%52.27

CMYK Percentages of Color #0ebadb

%94
%15
%0
%14

Triadic Colors of #0ebadb

#0ebadb #db0eba #badb0e

Analogous Colors of #0ebadb

#0ebadb #0e54db #0edb96

Monochromatic Colors of #0ebadb

#0ebadb

Complementary Color

#0ebadb #db2f0e

#0ebadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebadb Color CSS Codes

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

#0ebadb Text Font Color

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

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


#0ebadb Background Color

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

This div background color is #0ebadb


#0ebadb Border Color

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

This div border color is #0ebadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebadb


Comments

No comments written yet.

Please login to write comment.