Color Hex Logo

#014fac Color Hex

#014FAC
(1,79,172)
0 Favorites   0 Comments

Color spaces of #014fac

RGB 179172
HSL0.590.990.34
HSV213°99°67°
CMYK 0.990.540.00   0.33
XYZ10.25498.577040.1448
Yxy8.57700.17390.1454
Hunter Lab29.286511.2518-60.7718
CIE-Lab35.156817.5281-55.2110

#014fac color RGB value is (1,79,172).

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

The process color (four color CMYK) of #014fac color hex is 0.99, 0.54, 0.00, 0.33. Web safe color of #014fac is #006699. Color #014fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001111 10101100
Octal 1 117 254
Decimal 1 79 172
Hex 1 4F AC

RGB Percentages of Color #014fac

%0.40
%31.35
%68.25

CMYK Percentages of Color #014fac

%99
%54
%0
%33

Triadic Colors of #014fac

#014fac #ac014f #4fac01

Analogous Colors of #014fac

#014fac #0801ac #01a5ac

Monochromatic Colors of #014fac

#014fac

Complementary Color

#014fac #ac5e01

#014fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#014fac Color CSS Codes

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

#014fac Text Font Color

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

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


#014fac Background Color

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

This div background color is #014fac


#014fac Border Color

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

This div border color is #014fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014fac


Comments

No comments written yet.

Please login to write comment.