Color Hex Logo

#57c5fd Color Hex

#57C5FD
(87,197,253)
0 Favorites   0 Comments

Color spaces of #57c5fd

RGB 87197253
HSL0.560.980.67
HSV200°66°99°
CMYK 0.660.220.00   0.01
XYZ41.626449.0506100.2023
Yxy49.05060.21810.2570
Hunter Lab70.0361-16.4707-35.8023
CIE-Lab75.4828-14.6170-36.8082

#57c5fd color RGB value is (87,197,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11000101 11111101
Octal 127 305 375
Decimal 87 197 253
Hex 57 C5 FD

RGB Percentages of Color #57c5fd

%16.20
%36.69
%47.11

CMYK Percentages of Color #57c5fd

%66
%22
%0
%1

Triadic Colors of #57c5fd

#57c5fd #fd57c5 #c5fd57

Analogous Colors of #57c5fd

#57c5fd #5772fd #57fde2

Monochromatic Colors of #57c5fd

#57c5fd

Complementary Color

#57c5fd #fd8f57

#57c5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57c5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57c5fd Color CSS Codes

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

#57c5fd Text Font Color

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

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


#57c5fd Background Color

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

This div background color is #57c5fd


#57c5fd Border Color

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

This div border color is #57c5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57c5fd


Comments

No comments written yet.

Please login to write comment.