Color Hex Logo

#0e66db Color Hex

#0E66DB
(14,102,219)
0 Favorites   0 Comments

Color spaces of #0e66db

RGB 14102219
HSL0.600.880.46
HSV214°94°86°
CMYK 0.940.530.00   0.14
XYZ17.718714.710668.9234
Yxy14.71060.17480.1451
Hunter Lab38.354415.3420-79.6969
CIE-Lab45.235221.6832-66.1465

#0e66db color RGB value is (14,102,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01100110 11011011
Octal 16 146 333
Decimal 14 102 219
Hex E 66 DB

RGB Percentages of Color #0e66db

%4.18
%30.45
%65.37

CMYK Percentages of Color #0e66db

%94
%53
%0
%14

Triadic Colors of #0e66db

#0e66db #db0e66 #66db0e

Analogous Colors of #0e66db

#0e66db #1c0edb #0ecddb

Monochromatic Colors of #0e66db

#0e66db

Complementary Color

#0e66db #db830e

#0e66db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e66db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e66db Color CSS Codes

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

#0e66db Text Font Color

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

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


#0e66db Background Color

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

This div background color is #0e66db


#0e66db Border Color

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

This div border color is #0e66db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e66db


Comments

No comments written yet.

Please login to write comment.