Color Hex Logo

#57bcde Color Hex

#57BCDE
(87,188,222)
0 Favorites   0 Comments

Color spaces of #57bcde

RGB 87188222
HSL0.540.670.61
HSV195°61°87°
CMYK 0.610.150.00   0.13
XYZ35.098543.266675.6086
Yxy43.26660.22800.2810
Hunter Lab65.7774-19.8636-22.1075
CIE-Lab71.7355-19.4523-25.8380

#57bcde color RGB value is (87,188,222).

#57bcde hex color red value is 87, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #57bcde hue: 0.54 , saturation: 0.67 and the lightness value of 57bcde is 0.61.

The process color (four color CMYK) of #57bcde color hex is 0.61, 0.15, 0.00, 0.13. Web safe color of #57bcde is #66cccc. Color #57bcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111100 11011110
Octal 127 274 336
Decimal 87 188 222
Hex 57 BC DE

RGB Percentages of Color #57bcde

%17.51
%37.83
%44.67

CMYK Percentages of Color #57bcde

%61
%15
%0
%13

Triadic Colors of #57bcde

#57bcde #de57bc #bcde57

Analogous Colors of #57bcde

#57bcde #5779de #57debd

Monochromatic Colors of #57bcde

#57bcde

Complementary Color

#57bcde #de7957

#57bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bcde Color CSS Codes

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

#57bcde Text Font Color

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

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


#57bcde Background Color

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

This div background color is #57bcde


#57bcde Border Color

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

This div border color is #57bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bcde


Comments

No comments written yet.

Please login to write comment.