Color Hex Logo

#57acba Color Hex

#57ACBA
(87,172,186)
0 Favorites   0 Comments

Color spaces of #57acba

RGB 87172186
HSL0.520.420.54
HSV188°53°73°
CMYK 0.530.080.00   0.27
XYZ27.545935.076551.7730
Yxy35.07650.24080.3066
Hunter Lab59.2254-20.6237-10.3717
CIE-Lab65.8082-21.7372-15.0543

#57acba color RGB value is (87,172,186).

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

The process color (four color CMYK) of #57acba color hex is 0.53, 0.08, 0.00, 0.27. Web safe color of #57acba is #6699cc. Color #57acba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101100 10111010
Octal 127 254 272
Decimal 87 172 186
Hex 57 AC BA

RGB Percentages of Color #57acba

%19.55
%38.65
%41.80

CMYK Percentages of Color #57acba

%53
%8
%0
%27

Triadic Colors of #57acba

#57acba #ba57ac #acba57

Analogous Colors of #57acba

#57acba #577bba #57ba97

Monochromatic Colors of #57acba

#57acba

Complementary Color

#57acba #ba6557

#57acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#57acba Color CSS Codes

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

#57acba Text Font Color

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

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


#57acba Background Color

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

This div background color is #57acba


#57acba Border Color

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

This div border color is #57acba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,172,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 #57acba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57acba


Comments

No comments written yet.

Please login to write comment.