Color Hex Logo

#57afdd Color Hex

#57AFDD
(87,175,221)
0 Favorites   0 Comments

Color spaces of #57afdd

RGB 87175221
HSL0.560.660.60
HSV201°61°87°
CMYK 0.610.210.00   0.13
XYZ32.311637.906674.0203
Yxy37.90660.22400.2628
Hunter Lab61.5683-14.0662-28.1833
CIE-Lab67.9517-12.9000-31.1129

#57afdd color RGB value is (87,175,221).

#57afdd hex color red value is 87, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #57afdd hue: 0.56 , saturation: 0.66 and the lightness value of 57afdd is 0.60.

The process color (four color CMYK) of #57afdd color hex is 0.61, 0.21, 0.00, 0.13. Web safe color of #57afdd is #6699cc. Color #57afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101111 11011101
Octal 127 257 335
Decimal 87 175 221
Hex 57 AF DD

RGB Percentages of Color #57afdd

%18.01
%36.23
%45.76

CMYK Percentages of Color #57afdd

%61
%21
%0
%13

Triadic Colors of #57afdd

#57afdd #dd57af #afdd57

Analogous Colors of #57afdd

#57afdd #576cdd #57ddc8

Monochromatic Colors of #57afdd

#57afdd

Complementary Color

#57afdd #dd8557

#57afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57afdd Color CSS Codes

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

#57afdd Text Font Color

<p style="color:#57afdd">Text here</p>

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


#57afdd Background Color

<div style="background-color:#57afdd">
Div content here</div>

This div background color is #57afdd


#57afdd Border Color

<div style="border:3px solid #57afdd">
Div here</div>

This div border color is #57afdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,175,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57afdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57afdd;
  -webkit-box-shadow: 1px 1px 3px 2px #57afdd;
  box-shadow:         1px 1px 3px 2px #57afdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,175,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 #57afdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57afdd


Comments

No comments written yet.

Please login to write comment.