Color Hex Logo

#057ddd Color Hex

#057DDD
(5,125,221)
0 Favorites   0 Comments

Color spaces of #057ddd

RGB 5125221
HSL0.570.960.44
HSV207°98°87°
CMYK 0.980.430.00   0.13
XYZ20.447319.920071.1739
Yxy19.92000.18330.1786
Hunter Lab44.63183.6710-63.3069
CIE-Lab51.74667.5845-56.7690

#057ddd color RGB value is (5,125,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111101 11011101
Octal 5 175 335
Decimal 5 125 221
Hex 5 7D DD

RGB Percentages of Color #057ddd

%1.42
%35.61
%62.96

CMYK Percentages of Color #057ddd

%98
%43
%0
%13

Triadic Colors of #057ddd

#057ddd #dd057d #7ddd05

Analogous Colors of #057ddd

#057ddd #0511dd #05ddd1

Monochromatic Colors of #057ddd

#057ddd

Complementary Color

#057ddd #dd6505

#057ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#057ddd Color CSS Codes

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

#057ddd Text Font Color

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

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


#057ddd Background Color

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

This div background color is #057ddd


#057ddd Border Color

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

This div border color is #057ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057ddd


Comments

No comments written yet.

Please login to write comment.