Color Hex Logo

#57bdbe Color Hex

#57BDBE
(87,189,190)
0 Favorites   0 Comments

Color spaces of #57bdbe

RGB 87189190
HSL0.500.440.54
HSV181°54°75°
CMYK 0.540.010.00   0.25
XYZ31.422342.139155.1927
Yxy42.13910.24400.3273
Hunter Lab64.9146-27.1967-4.9702
CIE-Lab70.9667-29.1270-9.5243

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111101 10111110
Octal 127 275 276
Decimal 87 189 190
Hex 57 BD BE

RGB Percentages of Color #57bdbe

%18.67
%40.56
%40.77

CMYK Percentages of Color #57bdbe

%54
%1
%0
%25

Triadic Colors of #57bdbe

#57bdbe #be57bd #bdbe57

Analogous Colors of #57bdbe

#57bdbe #578abe #57be8c

Monochromatic Colors of #57bdbe

#57bdbe

Complementary Color

#57bdbe #be5857

#57bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bdbe Color CSS Codes

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

#57bdbe Text Font Color

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

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


#57bdbe Background Color

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

This div background color is #57bdbe


#57bdbe Border Color

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

This div border color is #57bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bdbe


Comments

No comments written yet.

Please login to write comment.