Color Hex Logo

#004cea Color Hex

#004CEA
(0,76,234)
0 Favorites   0 Comments

Color spaces of #004cea

RGB 076234
HSL0.611.000.46
HSV221°100°92°
CMYK 1.000.680.00   0.08
XYZ17.435711.109479.0673
Yxy11.10940.16200.1032
Hunter Lab33.330835.0465-117.3163
CIE-Lab39.764143.7368-83.6215

#004cea color RGB value is (0,76,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001100 11101010
Octal 0 114 352
Decimal 0 76 234
Hex 0 4C EA

RGB Percentages of Color #004cea

%0.00
%24.52
%75.48

CMYK Percentages of Color #004cea

%100
%68
%0
%8

Triadic Colors of #004cea

#004cea #ea004c #4cea00

Analogous Colors of #004cea

#004cea #2900ea #00c1ea

Monochromatic Colors of #004cea

#004cea

Complementary Color

#004cea #ea9e00

#004cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#004cea Color CSS Codes

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

#004cea Text Font Color

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

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


#004cea Background Color

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

This div background color is #004cea


#004cea Border Color

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

This div border color is #004cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004cea


Comments

No comments written yet.

Please login to write comment.