Color Hex Logo

#004cae Color Hex

#004CAE
(0,76,174)
0 Favorites   0 Comments

Color spaces of #004cae

RGB 076174
HSL0.591.000.34
HSV214°100°68°
CMYK 1.000.560.00   0.32
XYZ10.22448.224941.0931
Yxy8.22490.17170.1381
Hunter Lab28.679113.4488-64.8789
CIE-Lab34.446920.3515-57.5553

#004cae color RGB value is (0,76,174).

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

The process color (four color CMYK) of #004cae color hex is 1.00, 0.56, 0.00, 0.32. Web safe color of #004cae is #003399. Color #004cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001100 10101110
Octal 0 114 256
Decimal 0 76 174
Hex 0 4C AE

RGB Percentages of Color #004cae

%0.00
%30.40
%69.60

CMYK Percentages of Color #004cae

%100
%56
%0
%32

Triadic Colors of #004cae

#004cae #ae004c #4cae00

Analogous Colors of #004cae

#004cae #0b00ae #00a3ae

Monochromatic Colors of #004cae

#004cae

Complementary Color

#004cae #ae6200

#004cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#004cae Color CSS Codes

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

#004cae Text Font Color

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

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


#004cae Background Color

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

This div background color is #004cae


#004cae Border Color

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

This div border color is #004cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004cae


Comments

No comments written yet.

Please login to write comment.