Color Hex Logo

#014fae Color Hex

#014FAE
(1,79,174)
0 Favorites   0 Comments

Color spaces of #014fae

RGB 179174
HSL0.590.990.34
HSV213°99°68°
CMYK 0.990.550.00   0.32
XYZ10.44858.654441.1642
Yxy8.65440.17340.1436
Hunter Lab29.418411.9156-62.3698
CIE-Lab35.310218.3554-56.1502

#014fae color RGB value is (1,79,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001111 10101110
Octal 1 117 256
Decimal 1 79 174
Hex 1 4F AE

RGB Percentages of Color #014fae

%0.39
%31.10
%68.50

CMYK Percentages of Color #014fae

%99
%55
%0
%32

Triadic Colors of #014fae

#014fae #ae014f #4fae01

Analogous Colors of #014fae

#014fae #0901ae #01a6ae

Monochromatic Colors of #014fae

#014fae

Complementary Color

#014fae #ae6001

#014fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#014fae Color CSS Codes

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

#014fae Text Font Color

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

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


#014fae Background Color

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

This div background color is #014fae


#014fae Border Color

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

This div border color is #014fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,79,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 #014fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014fae


Comments

No comments written yet.

Please login to write comment.