Color Hex Logo

#57afff Color Hex

#57AFFF
(87,175,255)
0 Favorites   0 Comments

Color spaces of #57afff

RGB 87175255
HSL0.581.000.67
HSV209°66°100°
CMYK 0.660.310.00   0.00
XYZ37.310539.9062100.3439
Yxy39.90620.21010.2247
Hunter Lab63.1714-5.1235-49.9587
CIE-Lab69.4027-2.0140-47.3828

#57afff color RGB value is (87,175,255).

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

The process color (four color CMYK) of #57afff color hex is 0.66, 0.31, 0.00, 0.00. Web safe color of #57afff is #6699ff. Color #57afff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101111 11111111
Octal 127 257 377
Decimal 87 175 255
Hex 57 AF FF

RGB Percentages of Color #57afff

%16.83
%33.85
%49.32

CMYK Percentages of Color #57afff

%66
%31
%0
%0

Triadic Colors of #57afff

#57afff #ff57af #afff57

Analogous Colors of #57afff

#57afff #575bff #57fffb

Monochromatic Colors of #57afff

#57afff

Complementary Color

#57afff #ffa757

#57afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#57afff Color CSS Codes

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

#57afff Text Font Color

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

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


#57afff Background Color

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

This div background color is #57afff


#57afff Border Color

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

This div border color is #57afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57afff


Comments

No comments written yet.

Please login to write comment.