Color Hex Logo

#57bccc Color Hex

#57BCCC
(87,188,204)
0 Favorites   0 Comments

Color spaces of #57bccc

RGB 87188204
HSL0.520.530.57
HSV188°57°80°
CMYK 0.570.080.00   0.20
XYZ32.812842.352363.5721
Yxy42.35230.23650.3053
Hunter Lab65.0786-23.8875-12.3624
CIE-Lab71.1131-24.7318-16.9649

#57bccc color RGB value is (87,188,204).

#57bccc hex color red value is 87, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #57bccc hue: 0.52 , saturation: 0.53 and the lightness value of 57bccc is 0.57.

The process color (four color CMYK) of #57bccc color hex is 0.57, 0.08, 0.00, 0.20. Web safe color of #57bccc is #66cccc. Color #57bccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111100 11001100
Octal 127 274 314
Decimal 87 188 204
Hex 57 BC CC

RGB Percentages of Color #57bccc

%18.16
%39.25
%42.59

CMYK Percentages of Color #57bccc

%57
%8
%0
%20

Triadic Colors of #57bccc

#57bccc #cc57bc #bccc57

Analogous Colors of #57bccc

#57bccc #5782cc #57cca2

Monochromatic Colors of #57bccc

#57bccc

Complementary Color

#57bccc #cc6757

#57bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bccc Color CSS Codes

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

#57bccc Text Font Color

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

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


#57bccc Background Color

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

This div background color is #57bccc


#57bccc Border Color

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

This div border color is #57bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bccc


Comments

No comments written yet.

Please login to write comment.