Color Hex Logo

#57bebc Color Hex

#57BEBC
(87,190,188)
0 Favorites   0 Comments

Color spaces of #57bebc

RGB 87190188
HSL0.500.440.54
HSV179°54°75°
CMYK 0.540.000.01   0.25
XYZ31.421042.484054.1211
Yxy42.48400.24540.3318
Hunter Lab65.1798-28.0156-3.6048
CIE-Lab71.2033-30.1517-8.0775

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111110 10111100
Octal 127 276 274
Decimal 87 190 188
Hex 57 BE BC

RGB Percentages of Color #57bebc

%18.71
%40.86
%40.43

CMYK Percentages of Color #57bebc

%54
%0
%1
%25

Triadic Colors of #57bebc

#57bebc #bc57be #bebc57

Analogous Colors of #57bebc

#57bebc #578dbe #57be89

Monochromatic Colors of #57bebc

#57bebc

Complementary Color

#57bebc #be5759

#57bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bebc Color CSS Codes

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

#57bebc Text Font Color

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

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


#57bebc Background Color

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

This div background color is #57bebc


#57bebc Border Color

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

This div border color is #57bebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bebc


Comments

No comments written yet.

Please login to write comment.