Color Hex Logo

#57cffa Color Hex

#57CFFA
(87,207,250)
0 Favorites   0 Comments

Color spaces of #57cffa

RGB 87207250
HSL0.540.940.66
HSV196°65°98°
CMYK 0.650.170.00   0.02
XYZ43.498653.554098.4868
Yxy53.55400.22250.2739
Hunter Lab73.1806-21.9655-28.5663
CIE-Lab78.2010-20.7238-31.0051

#57cffa color RGB value is (87,207,250).

#57cffa hex color red value is 87, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #57cffa hue: 0.54 , saturation: 0.94 and the lightness value of 57cffa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001111 11111010
Octal 127 317 372
Decimal 87 207 250
Hex 57 CF FA

RGB Percentages of Color #57cffa

%15.99
%38.05
%45.96

CMYK Percentages of Color #57cffa

%65
%17
%0
%2

Triadic Colors of #57cffa

#57cffa #fa57cf #cffa57

Analogous Colors of #57cffa

#57cffa #577efa #57fad4

Monochromatic Colors of #57cffa

#57cffa

Complementary Color

#57cffa #fa8257

#57cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cffa Color CSS Codes

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

#57cffa Text Font Color

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

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


#57cffa Background Color

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

This div background color is #57cffa


#57cffa Border Color

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

This div border color is #57cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cffa


Comments

No comments written yet.

Please login to write comment.