Color Hex Logo

#057dae Color Hex

#057DAE
(5,125,174)
0 Favorites   0 Comments

Color spaces of #057dae

RGB 5125174
HSL0.550.940.35
HSV197°97°68°
CMYK 0.970.280.00   0.32
XYZ15.036217.755542.6791
Yxy17.75550.19920.2353
Hunter Lab42.1373-10.0446-30.5563
CIE-Lab49.1982-10.6081-33.9581

#057dae color RGB value is (5,125,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111101 10101110
Octal 5 175 256
Decimal 5 125 174
Hex 5 7D AE

RGB Percentages of Color #057dae

%1.64
%41.12
%57.24

CMYK Percentages of Color #057dae

%97
%28
%0
%32

Triadic Colors of #057dae

#057dae #ae057d #7dae05

Analogous Colors of #057dae

#057dae #0528ae #05ae8b

Monochromatic Colors of #057dae

#057dae

Complementary Color

#057dae #ae3605

#057dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#057dae Color CSS Codes

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

#057dae Text Font Color

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

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


#057dae Background Color

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

This div background color is #057dae


#057dae Border Color

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

This div border color is #057dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057dae


Comments

No comments written yet.

Please login to write comment.