Color Hex Logo

#0e9fdb Color Hex

#0E9FDB
(14,159,219)
0 Favorites   0 Comments

Color spaces of #0e9fdb

RGB 14159219
HSL0.550.880.46
HSV198°94°86°
CMYK 0.940.270.00   0.14
XYZ25.365430.004171.4723
Yxy30.00410.20000.2365
Hunter Lab54.7760-13.1991-39.0190
CIE-Lab61.6578-12.8193-39.9231

#0e9fdb color RGB value is (14,159,219).

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

The process color (four color CMYK) of #0e9fdb color hex is 0.94, 0.27, 0.00, 0.14. Web safe color of #0e9fdb is #0099cc. Color #0e9fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10011111 11011011
Octal 16 237 333
Decimal 14 159 219
Hex E 9F DB

RGB Percentages of Color #0e9fdb

%3.57
%40.56
%55.87

CMYK Percentages of Color #0e9fdb

%94
%27
%0
%14

Triadic Colors of #0e9fdb

#0e9fdb #db0e9f #9fdb0e

Analogous Colors of #0e9fdb

#0e9fdb #0e39db #0edbb1

Monochromatic Colors of #0e9fdb

#0e9fdb

Complementary Color

#0e9fdb #db4a0e

#0e9fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e9fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e9fdb Color CSS Codes

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

#0e9fdb Text Font Color

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

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


#0e9fdb Background Color

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

This div background color is #0e9fdb


#0e9fdb Border Color

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

This div border color is #0e9fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,159,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 #0e9fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e9fdb


Comments

No comments written yet.

Please login to write comment.