Color Hex Logo

#57afde Color Hex

#57AFDE
(87,175,222)
0 Favorites   0 Comments

Color spaces of #57afde

RGB 87175222
HSL0.560.670.61
HSV201°61°87°
CMYK 0.610.210.00   0.13
XYZ32.445337.960174.7242
Yxy37.96010.22360.2616
Hunter Lab61.6118-13.8209-28.7801
CIE-Lab67.9912-12.5895-31.6005

#57afde color RGB value is (87,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101111 11011110
Octal 127 257 336
Decimal 87 175 222
Hex 57 AF DE

RGB Percentages of Color #57afde

%17.98
%36.16
%45.87

CMYK Percentages of Color #57afde

%61
%21
%0
%13

Triadic Colors of #57afde

#57afde #de57af #afde57

Analogous Colors of #57afde

#57afde #576cde #57deca

Monochromatic Colors of #57afde

#57afde

Complementary Color

#57afde #de8657

#57afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#57afde Color CSS Codes

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

#57afde Text Font Color

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

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


#57afde Background Color

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

This div background color is #57afde


#57afde Border Color

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

This div border color is #57afde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,175,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57afde


Comments

No comments written yet.

Please login to write comment.