Color Hex Logo

#57bcbc Color Hex

#57BCBC
(87,188,188)
0 Favorites   0 Comments

Color spaces of #57bcbc

RGB 87188188
HSL0.500.430.54
HSV180°54°74°
CMYK 0.540.000.00   0.26
XYZ30.990841.623553.9777
Yxy41.62350.24480.3288
Hunter Lab64.5163-27.1599-4.4437
CIE-Lab70.6106-29.1817-8.9595

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

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

The process color (four color CMYK) of #57bcbc color hex is 0.54, 0.00, 0.00, 0.26. Web safe color of #57bcbc is #66cccc. Color #57bcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111100 10111100
Octal 127 274 274
Decimal 87 188 188
Hex 57 BC BC

RGB Percentages of Color #57bcbc

%18.79
%40.60
%40.60

CMYK Percentages of Color #57bcbc

%54
%0
%0
%26

Triadic Colors of #57bcbc

#57bcbc #bc57bc #bcbc57

Analogous Colors of #57bcbc

#57bcbc #578abc #57bc8a

Monochromatic Colors of #57bcbc

#57bcbc

Complementary Color

#57bcbc #bc5757

#57bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bcbc Color CSS Codes

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

#57bcbc Text Font Color

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

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


#57bcbc Background Color

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

This div background color is #57bcbc


#57bcbc Border Color

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

This div border color is #57bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bcbc


Comments

No comments written yet.

Please login to write comment.