Color Hex Logo

#014edc Color Hex

#014EDC
(1,78,220)
0 Favorites   0 Comments

Color spaces of #014edc

RGB 178220
HSL0.610.990.43
HSV219°100°86°
CMYK 1.000.650.00   0.14
XYZ15.655210.622568.9354
Yxy10.62250.16440.1116
Hunter Lab32.592228.7037-102.5892
CIE-Lab38.937237.2811-77.0150

#014edc color RGB value is (1,78,220).

#014edc hex color red value is 1, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #014edc hue: 0.61 , saturation: 0.99 and the lightness value of 014edc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001110 11011100
Octal 1 116 334
Decimal 1 78 220
Hex 1 4E DC

RGB Percentages of Color #014edc

%0.33
%26.09
%73.58

CMYK Percentages of Color #014edc

%100
%65
%0
%14

Triadic Colors of #014edc

#014edc #dc014e #4edc01

Analogous Colors of #014edc

#014edc #2201dc #01bcdc

Monochromatic Colors of #014edc

#014edc

Complementary Color

#014edc #dc8f01

#014edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#014edc Color CSS Codes

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

#014edc Text Font Color

<p style="color:#014edc">Text here</p>

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


#014edc Background Color

<div style="background-color:#014edc">
Div content here</div>

This div background color is #014edc


#014edc Border Color

<div style="border:3px solid #014edc">
Div here</div>

This div border color is #014edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,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 #014edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014edc


Comments

No comments written yet.

Please login to write comment.