Color Hex Logo

#57bbbf Color Hex

#57BBBF
(87,187,191)
0 Favorites   0 Comments

Color spaces of #57bbbf

RGB 87187191
HSL0.510.450.55
HSV182°54°75°
CMYK 0.540.020.00   0.25
XYZ31.104841.328555.6280
Yxy41.32850.24290.3227
Hunter Lab64.2872-26.1371-6.3028
CIE-Lab70.4055-27.8762-10.9101

#57bbbf color RGB value is (87,187,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111011 10111111
Octal 127 273 277
Decimal 87 187 191
Hex 57 BB BF

RGB Percentages of Color #57bbbf

%18.71
%40.22
%41.08

CMYK Percentages of Color #57bbbf

%54
%2
%0
%25

Triadic Colors of #57bbbf

#57bbbf #bf57bb #bbbf57

Analogous Colors of #57bbbf

#57bbbf #5787bf #57bf8f

Monochromatic Colors of #57bbbf

#57bbbf

Complementary Color

#57bbbf #bf5b57

#57bbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bbbf Color CSS Codes

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

#57bbbf Text Font Color

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

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


#57bbbf Background Color

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

This div background color is #57bbbf


#57bbbf Border Color

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

This div border color is #57bbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bbbf

#57bbbf Color Palettes


Comments

No comments written yet.

Please login to write comment.