Color Hex Logo

#57b4bd Color Hex

#57B4BD
(87,180,189)
0 Favorites   0 Comments

Color spaces of #57b4bd

RGB 87180189
HSL0.510.440.54
HSV185°54°74°
CMYK 0.540.050.00   0.26
XYZ29.437038.342953.9935
Yxy38.34290.24170.3149
Hunter Lab61.9216-23.5056-8.3536
CIE-Lab68.2726-24.9545-13.0059

#57b4bd color RGB value is (87,180,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10110100 10111101
Octal 127 264 275
Decimal 87 180 189
Hex 57 B4 BD

RGB Percentages of Color #57b4bd

%19.08
%39.47
%41.45

CMYK Percentages of Color #57b4bd

%54
%5
%0
%26

Triadic Colors of #57b4bd

#57b4bd #bd57b4 #b4bd57

Analogous Colors of #57b4bd

#57b4bd #5781bd #57bd93

Monochromatic Colors of #57b4bd

#57b4bd

Complementary Color

#57b4bd #bd6057

#57b4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57b4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57b4bd Color CSS Codes

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

#57b4bd Text Font Color

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

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


#57b4bd Background Color

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

This div background color is #57b4bd


#57b4bd Border Color

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

This div border color is #57b4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57b4bd


Comments

No comments written yet.

Please login to write comment.