Color Hex Logo

#004ecf Color Hex

#004ECF
(0,78,207)
0 Favorites   0 Comments

Color spaces of #004ecf

RGB 078207
HSL0.601.000.41
HSV217°100°81°
CMYK 1.000.620.00   0.19
XYZ13.98699.953860.2156
Yxy9.95380.16620.1183
Hunter Lab31.549623.9225-91.0761
CIE-Lab37.759432.2545-71.4761

#004ecf color RGB value is (0,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001110 11001111
Octal 0 116 317
Decimal 0 78 207
Hex 0 4E CF

RGB Percentages of Color #004ecf

%0.00
%27.37
%72.63

CMYK Percentages of Color #004ecf

%100
%62
%0
%19

Triadic Colors of #004ecf

#004ecf #cf004e #4ecf00

Analogous Colors of #004ecf

#004ecf #1900cf #00b6cf

Monochromatic Colors of #004ecf

#004ecf

Complementary Color

#004ecf #cf8100

#004ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#004ecf Color CSS Codes

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

#004ecf Text Font Color

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

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


#004ecf Background Color

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

This div background color is #004ecf


#004ecf Border Color

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

This div border color is #004ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004ecf


Comments

No comments written yet.

Please login to write comment.