Color Hex Logo

#57bffc Color Hex

#57BFFC
(87,191,252)
0 Favorites   0 Comments

Color spaces of #57bffc

RGB 87191252
HSL0.560.960.66
HSV202°65°99°
CMYK 0.650.240.00   0.01
XYZ40.132046.316198.9202
Yxy46.31610.21650.2499
Hunter Lab68.0559-13.8380-38.5396
CIE-Lab73.7502-11.7481-38.9622

#57bffc color RGB value is (87,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111111 11111100
Octal 127 277 374
Decimal 87 191 252
Hex 57 BF FC

RGB Percentages of Color #57bffc

%16.42
%36.04
%47.55

CMYK Percentages of Color #57bffc

%65
%24
%0
%1

Triadic Colors of #57bffc

#57bffc #fc57bf #bffc57

Analogous Colors of #57bffc

#57bffc #576dfc #57fce7

Monochromatic Colors of #57bffc

#57bffc

Complementary Color

#57bffc #fc9457

#57bffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bffc Color CSS Codes

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

#57bffc Text Font Color

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

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


#57bffc Background Color

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

This div background color is #57bffc


#57bffc Border Color

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

This div border color is #57bffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bffc


Comments

No comments written yet.

Please login to write comment.