Color Hex Logo

#004edf Color Hex

#004EDF
(0,78,223)
0 Favorites   0 Comments

Color spaces of #004edf

RGB 078223
HSL0.611.000.44
HSV219°100°87°
CMYK 1.000.650.00   0.13
XYZ16.043710.776571.0465
Yxy10.77650.16390.1101
Hunter Lab32.827629.7894-105.3380
CIE-Lab39.201538.3910-78.2950

#004edf color RGB value is (0,78,223).

#004edf hex color red value is 0, green value is 78 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #004edf hue: 0.61 , saturation: 1.00 and the lightness value of 004edf is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001110 11011111
Octal 0 116 337
Decimal 0 78 223
Hex 0 4E DF

RGB Percentages of Color #004edf

%0.00
%25.91
%74.09

CMYK Percentages of Color #004edf

%100
%65
%0
%13

Triadic Colors of #004edf

#004edf #df004e #4edf00

Analogous Colors of #004edf

#004edf #2100df #00bedf

Monochromatic Colors of #004edf

#004edf

Complementary Color

#004edf #df9100

#004edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#004edf Color CSS Codes

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

#004edf Text Font Color

<p style="color:#004edf">Text here</p>

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


#004edf Background Color

<div style="background-color:#004edf">
Div content here</div>

This div background color is #004edf


#004edf Border Color

<div style="border:3px solid #004edf">
Div here</div>

This div border color is #004edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004edf


Comments

No comments written yet.

Please login to write comment.