Color Hex Logo

#014eae Color Hex

#014EAE
(1,78,174)
0 Favorites   0 Comments

Color spaces of #014eae

RGB 178174
HSL0.590.990.34
HSV213°99°68°
CMYK 0.990.550.00   0.32
XYZ10.37698.511241.1403
Yxy8.51120.17290.1418
Hunter Lab29.174012.4363-63.1873
CIE-Lab35.025619.0337-56.6129

#014eae color RGB value is (1,78,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001110 10101110
Octal 1 116 256
Decimal 1 78 174
Hex 1 4E AE

RGB Percentages of Color #014eae

%0.40
%30.83
%68.77

CMYK Percentages of Color #014eae

%99
%55
%0
%32

Triadic Colors of #014eae

#014eae #ae014e #4eae01

Analogous Colors of #014eae

#014eae #0a01ae #01a5ae

Monochromatic Colors of #014eae

#014eae

Complementary Color

#014eae #ae6101

#014eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#014eae Color CSS Codes

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

#014eae Text Font Color

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

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


#014eae Background Color

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

This div background color is #014eae


#014eae Border Color

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

This div border color is #014eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014eae


Comments

No comments written yet.

Please login to write comment.