Color Hex Logo

#057cac Color Hex

#057CAC
(5,124,172)
0 Favorites   0 Comments

Color spaces of #057cac

RGB 5124172
HSL0.550.940.35
HSV197°97°67°
CMYK 0.970.280.00   0.33
XYZ14.716617.426141.6177
Yxy17.42610.19950.2363
Hunter Lab41.7446-10.1248-29.8886
CIE-Lab48.7925-10.7891-33.4340

#057cac color RGB value is (5,124,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111100 10101100
Octal 5 174 254
Decimal 5 124 172
Hex 5 7C AC

RGB Percentages of Color #057cac

%1.66
%41.20
%57.14

CMYK Percentages of Color #057cac

%97
%28
%0
%33

Triadic Colors of #057cac

#057cac #ac057c #7cac05

Analogous Colors of #057cac

#057cac #0528ac #05ac89

Monochromatic Colors of #057cac

#057cac

Complementary Color

#057cac #ac3505

#057cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#057cac Color CSS Codes

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

#057cac Text Font Color

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

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


#057cac Background Color

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

This div background color is #057cac


#057cac Border Color

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

This div border color is #057cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057cac


Comments

No comments written yet.

Please login to write comment.