Color Hex Logo

#57bebe Color Hex

#57BEBE
(87,190,190)
0 Favorites   0 Comments

Color spaces of #57bebe

RGB 87190190
HSL0.500.440.54
HSV180°54°75°
CMYK 0.540.000.00   0.25
XYZ31.638242.570955.2647
Yxy42.57090.24440.3288
Hunter Lab65.2464-27.6259-4.5471
CIE-Lab71.2628-29.6130-9.0832

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111110 10111110
Octal 127 276 276
Decimal 87 190 190
Hex 57 BE BE

RGB Percentages of Color #57bebe

%18.63
%40.69
%40.69

CMYK Percentages of Color #57bebe

%54
%0
%0
%25

Triadic Colors of #57bebe

#57bebe #be57be #bebe57

Analogous Colors of #57bebe

#57bebe #578bbe #57be8b

Monochromatic Colors of #57bebe

#57bebe

Complementary Color

#57bebe #be5757

#57bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bebe Color CSS Codes

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

#57bebe Text Font Color

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

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


#57bebe Background Color

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

This div background color is #57bebe


#57bebe Border Color

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

This div border color is #57bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bebe


Comments

No comments written yet.

Please login to write comment.