Color Hex Logo

#57acbc Color Hex

#57ACBC
(87,172,188)
0 Favorites   0 Comments

Color spaces of #57acbc

RGB 87172188
HSL0.530.430.54
HSV190°54°74°
CMYK 0.540.090.00   0.26
XYZ27.760135.162152.9008
Yxy35.16210.23970.3036
Hunter Lab59.2976-20.2064-11.3856
CIE-Lab65.8747-21.1683-16.0651

#57acbc color RGB value is (87,172,188).

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

The process color (four color CMYK) of #57acbc color hex is 0.54, 0.09, 0.00, 0.26. Web safe color of #57acbc is #6699cc. Color #57acbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101100 10111100
Octal 127 254 274
Decimal 87 172 188
Hex 57 AC BC

RGB Percentages of Color #57acbc

%19.46
%38.48
%42.06

CMYK Percentages of Color #57acbc

%54
%9
%0
%26

Triadic Colors of #57acbc

#57acbc #bc57ac #acbc57

Analogous Colors of #57acbc

#57acbc #577abc #57bc9a

Monochromatic Colors of #57acbc

#57acbc

Complementary Color

#57acbc #bc6757

#57acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57acbc Color CSS Codes

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

#57acbc Text Font Color

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

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


#57acbc Background Color

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

This div background color is #57acbc


#57acbc Border Color

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

This div border color is #57acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57acbc


Comments

No comments written yet.

Please login to write comment.