Color Hex Logo

#57acb7 Color Hex

#57ACB7
(87,172,183)
0 Favorites   0 Comments

Color spaces of #57acb7

RGB 87172183
HSL0.520.400.53
HSV187°52°72°
CMYK 0.520.060.00   0.28
XYZ27.230234.950250.1106
Yxy34.95020.24250.3112
Hunter Lab59.1187-21.2402-8.8727
CIE-Lab65.7099-22.5823-13.5348

#57acb7 color RGB value is (87,172,183).

#57acb7 hex color red value is 87, green value is 172 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #57acb7 hue: 0.52 , saturation: 0.40 and the lightness value of 57acb7 is 0.53.

The process color (four color CMYK) of #57acb7 color hex is 0.52, 0.06, 0.00, 0.28. Web safe color of #57acb7 is #6699cc. Color #57acb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101100 10110111
Octal 127 254 267
Decimal 87 172 183
Hex 57 AC B7

RGB Percentages of Color #57acb7

%19.68
%38.91
%41.40

CMYK Percentages of Color #57acb7

%52
%6
%0
%28

Triadic Colors of #57acb7

#57acb7 #b757ac #acb757

Analogous Colors of #57acb7

#57acb7 #577cb7 #57b792

Monochromatic Colors of #57acb7

#57acb7

Complementary Color

#57acb7 #b76257

#57acb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57acb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#57acb7 Color CSS Codes

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

#57acb7 Text Font Color

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

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


#57acb7 Background Color

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

This div background color is #57acb7


#57acb7 Border Color

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

This div border color is #57acb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57acb7


Comments

No comments written yet.

Please login to write comment.