Color Hex Logo

#0e4edc Color Hex

#0E4EDC
(14,78,220)
0 Favorites   0 Comments

Color spaces of #0e4edc

RGB 1478220
HSL0.610.880.46
HSV221°94°86°
CMYK 0.940.650.00   0.14
XYZ15.823810.709468.9433
Yxy10.70940.16570.1122
Hunter Lab32.725229.0419-102.0005
CIE-Lab39.086737.6176-76.7640

#0e4edc color RGB value is (14,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01001110 11011100
Octal 16 116 334
Decimal 14 78 220
Hex E 4E DC

RGB Percentages of Color #0e4edc

%4.49
%25.00
%70.51

CMYK Percentages of Color #0e4edc

%94
%65
%0
%14

Triadic Colors of #0e4edc

#0e4edc #dc0e4e #4edc0e

Analogous Colors of #0e4edc

#0e4edc #350edc #0eb5dc

Monochromatic Colors of #0e4edc

#0e4edc

Complementary Color

#0e4edc #dc9c0e

#0e4edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e4edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e4edc Color CSS Codes

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

#0e4edc Text Font Color

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

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


#0e4edc Background Color

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

This div background color is #0e4edc


#0e4edc Border Color

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

This div border color is #0e4edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e4edc


Comments

No comments written yet.

Please login to write comment.