Color Hex Logo

#57c7fc Color Hex

#57C7FC
(87,199,252)
0 Favorites   0 Comments

Color spaces of #57c7fc

RGB 87199252
HSL0.550.960.66
HSV199°65°99°
CMYK 0.650.210.00   0.01
XYZ41.924649.901499.5177
Yxy49.90140.21910.2608
Hunter Lab70.6409-17.6839-34.0781
CIE-Lab76.0087-15.9792-35.4574

#57c7fc color RGB value is (87,199,252).

#57c7fc hex color red value is 87, green value is 199 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #57c7fc hue: 0.55 , saturation: 0.96 and the lightness value of 57c7fc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11000111 11111100
Octal 127 307 374
Decimal 87 199 252
Hex 57 C7 FC

RGB Percentages of Color #57c7fc

%16.17
%36.99
%46.84

CMYK Percentages of Color #57c7fc

%65
%21
%0
%1

Triadic Colors of #57c7fc

#57c7fc #fc57c7 #c7fc57

Analogous Colors of #57c7fc

#57c7fc #5775fc #57fcdf

Monochromatic Colors of #57c7fc

#57c7fc

Complementary Color

#57c7fc #fc8c57

#57c7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57c7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57c7fc Color CSS Codes

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

#57c7fc Text Font Color

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

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


#57c7fc Background Color

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

This div background color is #57c7fc


#57c7fc Border Color

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

This div border color is #57c7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57c7fc

Related Colors


Comments

No comments written yet.

Please login to write comment.