Color Hex Logo

#57bba1 Color Hex

#57BBA1
(87,187,161)
0 Favorites   0 Comments

Color spaces of #57bba1

RGB 87187161
HSL0.460.420.54
HSV164°53°73°
CMYK 0.530.000.14   0.27
XYZ28.133840.140139.9832
Yxy40.14010.25990.3708
Hunter Lab63.3562-31.60916.9323
CIE-Lab69.5692-35.61104.3135

#57bba1 color RGB value is (87,187,161).

#57bba1 hex color red value is 87, green value is 187 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #57bba1 hue: 0.46 , saturation: 0.42 and the lightness value of 57bba1 is 0.54.

The process color (four color CMYK) of #57bba1 color hex is 0.53, 0.00, 0.14, 0.27. Web safe color of #57bba1 is #66cc99. Color #57bba1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111011 10100001
Octal 127 273 241
Decimal 87 187 161
Hex 57 BB A1

RGB Percentages of Color #57bba1

%20.00
%42.99
%37.01

CMYK Percentages of Color #57bba1

%53
%0
%14
%27

Triadic Colors of #57bba1

#57bba1 #a157bb #bba157

Analogous Colors of #57bba1

#57bba1 #57a3bb #57bb6f

Monochromatic Colors of #57bba1

#57bba1

Complementary Color

#57bba1 #bb5771

#57bba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bba1 Color CSS Codes

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

#57bba1 Text Font Color

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

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


#57bba1 Background Color

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

This div background color is #57bba1


#57bba1 Border Color

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

This div border color is #57bba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bba1


Comments

No comments written yet.

Please login to write comment.