Color Hex Logo

#054daa Color Hex

#054DAA
(5,77,170)
0 Favorites   0 Comments

Color spaces of #054daa

RGB 577170
HSL0.590.940.34
HSV214°97°67°
CMYK 0.970.550.00   0.33
XYZ9.97228.242339.0955
Yxy8.24230.17400.1438
Hunter Lab28.709411.7604-60.6425
CIE-Lab34.482518.2268-55.1130

#054daa color RGB value is (5,77,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001101 10101010
Octal 5 115 252
Decimal 5 77 170
Hex 5 4D AA

RGB Percentages of Color #054daa

%1.98
%30.56
%67.46

CMYK Percentages of Color #054daa

%97
%55
%0
%33

Triadic Colors of #054daa

#054daa #aa054d #4daa05

Analogous Colors of #054daa

#054daa #1005aa #05a0aa

Monochromatic Colors of #054daa

#054daa

Complementary Color

#054daa #aa6205

#054daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#054daa Color CSS Codes

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

#054daa Text Font Color

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

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


#054daa Background Color

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

This div background color is #054daa


#054daa Border Color

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

This div border color is #054daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054daa


Comments

No comments written yet.

Please login to write comment.