Color Hex Logo

#014dad Color Hex

#014DAD
(1,77,173)
0 Favorites   0 Comments

Color spaces of #014dad

RGB 177173
HSL0.590.990.34
HSV213°99°68°
CMYK 0.990.550.00   0.32
XYZ10.20928.331340.6052
Yxy8.33130.17260.1409
Hunter Lab28.864012.6235-63.2030
CIE-Lab34.663519.3000-56.6075

#014dad color RGB value is (1,77,173).

#014dad hex color red value is 1, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #014dad hue: 0.59 , saturation: 0.99 and the lightness value of 014dad is 0.34.

The process color (four color CMYK) of #014dad color hex is 0.99, 0.55, 0.00, 0.32. Web safe color of #014dad is #006699. Color #014dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001101 10101101
Octal 1 115 255
Decimal 1 77 173
Hex 1 4D AD

RGB Percentages of Color #014dad

%0.40
%30.68
%68.92

CMYK Percentages of Color #014dad

%99
%55
%0
%32

Triadic Colors of #014dad

#014dad #ad014d #4dad01

Analogous Colors of #014dad

#014dad #0b01ad #01a3ad

Monochromatic Colors of #014dad

#014dad

Complementary Color

#014dad #ad6101

#014dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#014dad Color CSS Codes

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

#014dad Text Font Color

<p style="color:#014dad">Text here</p>

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


#014dad Background Color

<div style="background-color:#014dad">
Div content here</div>

This div background color is #014dad


#014dad Border Color

<div style="border:3px solid #014dad">
Div here</div>

This div border color is #014dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,77,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014dad;
  -webkit-box-shadow: 1px 1px 3px 2px #014dad;
  box-shadow:         1px 1px 3px 2px #014dad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,77,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014dad


Comments

No comments written yet.

Please login to write comment.