Color Hex Logo

#004efc Color Hex

#004EFC
(0,78,252)
0 Favorites   0 Comments

Color spaces of #004efc

RGB 078252
HSL0.621.000.49
HSV221°100°99°
CMYK 1.000.690.00   0.01
XYZ20.295112.477193.4341
Yxy12.47710.16080.0989
Hunter Lab35.322940.7436-132.1043
CIE-Lab41.964649.0035-90.1157

#004efc color RGB value is (0,78,252).

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

The process color (four color CMYK) of #004efc color hex is 1.00, 0.69, 0.00, 0.01. Web safe color of #004efc is #0066ff. Color #004efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001110 11111100
Octal 0 116 374
Decimal 0 78 252
Hex 0 4E FC

RGB Percentages of Color #004efc

%0.00
%23.64
%76.36

CMYK Percentages of Color #004efc

%100
%69
%0
%1

Triadic Colors of #004efc

#004efc #fc004e #4efc00

Analogous Colors of #004efc

#004efc #3000fc #00ccfc

Monochromatic Colors of #004efc

#004efc

Complementary Color

#004efc #fcae00

#004efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#004efc Color CSS Codes

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

#004efc Text Font Color

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

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


#004efc Background Color

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

This div background color is #004efc


#004efc Border Color

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

This div border color is #004efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004efc


Comments

No comments written yet.

Please login to write comment.