Color Hex Logo

#57cdfa Color Hex

#57CDFA
(87,205,250)
0 Favorites   0 Comments

Color spaces of #57cdfa

RGB 87205250
HSL0.550.940.66
HSV197°65°98°
CMYK 0.650.180.00   0.02
XYZ43.017152.591098.3263
Yxy52.59100.22180.2712
Hunter Lab72.5197-21.0270-29.6250
CIE-Lab77.6329-19.7023-31.8794

#57cdfa color RGB value is (87,205,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001101 11111010
Octal 127 315 372
Decimal 87 205 250
Hex 57 CD FA

RGB Percentages of Color #57cdfa

%16.05
%37.82
%46.13

CMYK Percentages of Color #57cdfa

%65
%18
%0
%2

Triadic Colors of #57cdfa

#57cdfa #fa57cd #cdfa57

Analogous Colors of #57cdfa

#57cdfa #577cfa #57fad6

Monochromatic Colors of #57cdfa

#57cdfa

Complementary Color

#57cdfa #fa8457

#57cdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cdfa Color CSS Codes

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

#57cdfa Text Font Color

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

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


#57cdfa Background Color

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

This div background color is #57cdfa


#57cdfa Border Color

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

This div border color is #57cdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.