Color Hex Logo

#0e1adb Color Hex

#0E1ADB
(14,26,219)
0 Favorites   0 Comments

Color spaces of #0e1adb

RGB 1426219
HSL0.660.880.46
HSV236°94°86°
CMYK 0.940.880.00   0.14
XYZ13.33675.946667.4627
Yxy5.94660.15370.0686
Hunter Lab24.385754.9481-146.9553
CIE-Lab29.277364.6595-92.4383

#0e1adb color RGB value is (14,26,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00011010 11011011
Octal 16 32 333
Decimal 14 26 219
Hex E 1A DB

RGB Percentages of Color #0e1adb

%5.41
%10.04
%84.56

CMYK Percentages of Color #0e1adb

%94
%88
%0
%14

Triadic Colors of #0e1adb

#0e1adb #db0e1a #1adb0e

Analogous Colors of #0e1adb

#0e1adb #690edb #0e81db

Monochromatic Colors of #0e1adb

#0e1adb

Complementary Color

#0e1adb #dbcf0e

#0e1adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e1adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e1adb Color CSS Codes

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

#0e1adb Text Font Color

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

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


#0e1adb Background Color

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

This div background color is #0e1adb


#0e1adb Border Color

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

This div border color is #0e1adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e1adb


Comments

No comments written yet.

Please login to write comment.