Color Hex Logo

#57bdbf Color Hex

#57BDBF
(87,189,191)
0 Favorites   0 Comments

Color spaces of #57bdbf

RGB 87189191
HSL0.500.450.55
HSV181°54°75°
CMYK 0.540.010.00   0.25
XYZ31.532042.183055.7704
Yxy42.18300.24350.3258
Hunter Lab64.9484-26.9993-5.4477
CIE-Lab70.9969-28.8552-10.0267

#57bdbf color RGB value is (87,189,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111101 10111111
Octal 127 275 277
Decimal 87 189 191
Hex 57 BD BF

RGB Percentages of Color #57bdbf

%18.63
%40.47
%40.90

CMYK Percentages of Color #57bdbf

%54
%1
%0
%25

Triadic Colors of #57bdbf

#57bdbf #bf57bd #bdbf57

Analogous Colors of #57bdbf

#57bdbf #5789bf #57bf8d

Monochromatic Colors of #57bdbf

#57bdbf

Complementary Color

#57bdbf #bf5957

#57bdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bdbf Color CSS Codes

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

#57bdbf Text Font Color

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

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


#57bdbf Background Color

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

This div background color is #57bdbf


#57bdbf Border Color

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

This div border color is #57bdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bdbf


Comments

No comments written yet.

Please login to write comment.