Color Hex Logo

#054fae Color Hex

#054FAE
(5,79,174)
0 Favorites   0 Comments

Color spaces of #054fae

RGB 579174
HSL0.590.940.35
HSV214°97°68°
CMYK 0.970.550.00   0.32
XYZ10.49868.680241.1665
Yxy8.68020.17400.1438
Hunter Lab29.462212.0482-62.2204
CIE-Lab35.361118.5181-56.0651

#054fae color RGB value is (5,79,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001111 10101110
Octal 5 117 256
Decimal 5 79 174
Hex 5 4F AE

RGB Percentages of Color #054fae

%1.94
%30.62
%67.44

CMYK Percentages of Color #054fae

%97
%55
%0
%32

Triadic Colors of #054fae

#054fae #ae054f #4fae05

Analogous Colors of #054fae

#054fae #1005ae #05a4ae

Monochromatic Colors of #054fae

#054fae

Complementary Color

#054fae #ae6405

#054fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#054fae Color CSS Codes

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

#054fae Text Font Color

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

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


#054fae Background Color

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

This div background color is #054fae


#054fae Border Color

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

This div border color is #054fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054fae


Comments

No comments written yet.

Please login to write comment.