Color Hex Logo

#057adc Color Hex

#057ADC
(5,122,220)
0 Favorites   0 Comments

Color spaces of #057adc

RGB 5122220
HSL0.580.960.44
HSV207°98°86°
CMYK 0.980.450.00   0.14
XYZ19.940419.118670.3494
Yxy19.11860.18230.1747
Hunter Lab43.72484.8852-64.7850
CIE-Lab50.82579.0577-57.6840

#057adc color RGB value is (5,122,220).

#057adc hex color red value is 5, green value is 122 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #057adc hue: 0.58 , saturation: 0.96 and the lightness value of 057adc is 0.44.

The process color (four color CMYK) of #057adc color hex is 0.98, 0.45, 0.00, 0.14. Web safe color of #057adc is #0066cc. Color #057adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111010 11011100
Octal 5 172 334
Decimal 5 122 220
Hex 5 7A DC

RGB Percentages of Color #057adc

%1.44
%35.16
%63.40

CMYK Percentages of Color #057adc

%98
%45
%0
%14

Triadic Colors of #057adc

#057adc #dc057a #7adc05

Analogous Colors of #057adc

#057adc #050fdc #05dcd3

Monochromatic Colors of #057adc

#057adc

Complementary Color

#057adc #dc6705

#057adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#057adc Color CSS Codes

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

#057adc Text Font Color

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

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


#057adc Background Color

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

This div background color is #057adc


#057adc Border Color

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

This div border color is #057adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057adc


Comments

No comments written yet.

Please login to write comment.