Color Hex Logo

#057baa Color Hex

#057BAA
(5,123,170)
0 Favorites   0 Comments

Color spaces of #057baa

RGB 5123170
HSL0.550.940.34
HSV197°97°67°
CMYK 0.970.280.00   0.33
XYZ14.401217.100540.5719
Yxy17.10050.19980.2373
Hunter Lab41.3528-10.2042-29.2235
CIE-Lab48.3864-10.9707-32.9080

#057baa color RGB value is (5,123,170).

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

The process color (four color CMYK) of #057baa color hex is 0.97, 0.28, 0.00, 0.33. Web safe color of #057baa is #006699. Color #057baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111011 10101010
Octal 5 173 252
Decimal 5 123 170
Hex 5 7B AA

RGB Percentages of Color #057baa

%1.68
%41.28
%57.05

CMYK Percentages of Color #057baa

%97
%28
%0
%33

Triadic Colors of #057baa

#057baa #aa057b #7baa05

Analogous Colors of #057baa

#057baa #0529aa #05aa87

Monochromatic Colors of #057baa

#057baa

Complementary Color

#057baa #aa3405

#057baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#057baa Color CSS Codes

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

#057baa Text Font Color

<p style="color:#057baa">Text here</p>

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


#057baa Background Color

<div style="background-color:#057baa">
Div content here</div>

This div background color is #057baa


#057baa Border Color

<div style="border:3px solid #057baa">
Div here</div>

This div border color is #057baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057baa


Comments

No comments written yet.

Please login to write comment.