Color Hex Logo

#004cec Color Hex

#004CEC
(0,76,236)
0 Favorites   0 Comments

Color spaces of #004cec

RGB 076236
HSL0.611.000.46
HSV221°100°93°
CMYK 1.000.680.00   0.07
XYZ17.724811.225080.5893
Yxy11.22500.16180.1025
Hunter Lab33.503735.8020-119.1625
CIE-Lab39.956944.4676-84.4353

#004cec color RGB value is (0,76,236).

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

The process color (four color CMYK) of #004cec color hex is 1.00, 0.68, 0.00, 0.07. Web safe color of #004cec is #0033ff. Color #004cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001100 11101100
Octal 0 114 354
Decimal 0 76 236
Hex 0 4C EC

RGB Percentages of Color #004cec

%0.00
%24.36
%75.64

CMYK Percentages of Color #004cec

%100
%68
%0
%7

Triadic Colors of #004cec

#004cec #ec004c #4cec00

Analogous Colors of #004cec

#004cec #2a00ec #00c2ec

Monochromatic Colors of #004cec

#004cec

Complementary Color

#004cec #eca000

#004cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#004cec Color CSS Codes

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

#004cec Text Font Color

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

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


#004cec Background Color

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

This div background color is #004cec


#004cec Border Color

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

This div border color is #004cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004cec


Comments

No comments written yet.

Please login to write comment.