Color Hex Logo

#57b9fd Color Hex

#57B9FD
(87,185,253)
0 Favorites   0 Comments

Color spaces of #57b9fd

RGB 87185253
HSL0.570.980.67
HSV205°66°99°
CMYK 0.660.270.00   0.01
XYZ39.009143.816099.3298
Yxy43.81600.21420.2405
Hunter Lab66.1937-10.6457-42.6347
CIE-Lab72.1053-8.1899-42.0651

#57b9fd color RGB value is (87,185,253).

#57b9fd hex color red value is 87, green value is 185 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #57b9fd hue: 0.57 , saturation: 0.98 and the lightness value of 57b9fd is 0.67.

The process color (four color CMYK) of #57b9fd color hex is 0.66, 0.27, 0.00, 0.01. Web safe color of #57b9fd is #66ccff. Color #57b9fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111001 11111101
Octal 127 271 375
Decimal 87 185 253
Hex 57 B9 FD

RGB Percentages of Color #57b9fd

%16.57
%35.24
%48.19

CMYK Percentages of Color #57b9fd

%66
%27
%0
%1

Triadic Colors of #57b9fd

#57b9fd #fd57b9 #b9fd57

Analogous Colors of #57b9fd

#57b9fd #5766fd #57fdee

Monochromatic Colors of #57b9fd

#57b9fd

Complementary Color

#57b9fd #fd9b57

#57b9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57b9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57b9fd Color CSS Codes

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

#57b9fd Text Font Color

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

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


#57b9fd Background Color

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

This div background color is #57b9fd


#57b9fd Border Color

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

This div border color is #57b9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57b9fd

Related Colors


Comments

No comments written yet.

Please login to write comment.