Color Hex Logo

#57bdba Color Hex

#57BDBA
(87,189,186)
0 Favorites   0 Comments

Color spaces of #57bdba

RGB 87189186
HSL0.500.440.54
HSV178°54°74°
CMYK 0.540.000.02   0.26
XYZ30.991041.966652.9213
Yxy41.96660.24620.3334
Hunter Lab64.7816-27.9749-3.0879
CIE-Lab70.8479-30.2039-7.5109

#57bdba color RGB value is (87,189,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111101 10111010
Octal 127 275 272
Decimal 87 189 186
Hex 57 BD BA

RGB Percentages of Color #57bdba

%18.83
%40.91
%40.26

CMYK Percentages of Color #57bdba

%54
%0
%2
%26

Triadic Colors of #57bdba

#57bdba #ba57bd #bdba57

Analogous Colors of #57bdba

#57bdba #578dbd #57bd87

Monochromatic Colors of #57bdba

#57bdba

Complementary Color

#57bdba #bd575a

#57bdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57bdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#57bdba Color CSS Codes

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

#57bdba Text Font Color

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

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


#57bdba Background Color

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

This div background color is #57bdba


#57bdba Border Color

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

This div border color is #57bdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57bdba


Comments

No comments written yet.

Please login to write comment.