Color Hex Logo

#57bbdc Color Hex

#57BBDC
(87,187,220)
0 Favorites   0 Comments

Color spaces of #57bbdc

RGB 87187220
HSL0.540.660.60
HSV195°60°86°
CMYK 0.600.150.00   0.14
XYZ34.619142.734274.1341
Yxy42.73420.22850.2821
Hunter Lab65.3714-19.8707-21.4775
CIE-Lab71.3742-19.5354-25.3022

#57bbdc color RGB value is (87,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111011 11011100
Octal 127 273 334
Decimal 87 187 220
Hex 57 BB DC

RGB Percentages of Color #57bbdc

%17.61
%37.85
%44.53

CMYK Percentages of Color #57bbdc

%60
%15
%0
%14

Triadic Colors of #57bbdc

#57bbdc #dc57bb #bbdc57

Analogous Colors of #57bbdc

#57bbdc #5779dc #57dcbb

Monochromatic Colors of #57bbdc

#57bbdc

Complementary Color

#57bbdc #dc7857

#57bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bbdc Color CSS Codes

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

#57bbdc Text Font Color

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

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


#57bbdc Background Color

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

This div background color is #57bbdc


#57bbdc Border Color

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

This div border color is #57bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bbdc


Comments

No comments written yet.

Please login to write comment.