Color Hex Logo

#57acbd Color Hex

#57ACBD
(87,172,189)
0 Favorites   0 Comments

Color spaces of #57acbd

RGB 87172189
HSL0.530.440.54
HSV190°54°74°
CMYK 0.540.090.00   0.26
XYZ27.868335.205453.4706
Yxy35.20540.23910.3021
Hunter Lab59.3341-19.9961-11.8969
CIE-Lab65.9083-20.8827-16.5696

#57acbd color RGB value is (87,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101100 10111101
Octal 127 254 275
Decimal 87 172 189
Hex 57 AC BD

RGB Percentages of Color #57acbd

%19.42
%38.39
%42.19

CMYK Percentages of Color #57acbd

%54
%9
%0
%26

Triadic Colors of #57acbd

#57acbd #bd57ac #acbd57

Analogous Colors of #57acbd

#57acbd #5779bd #57bd9b

Monochromatic Colors of #57acbd

#57acbd

Complementary Color

#57acbd #bd6857

#57acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57acbd Color CSS Codes

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

#57acbd Text Font Color

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

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


#57acbd Background Color

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

This div background color is #57acbd


#57acbd Border Color

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

This div border color is #57acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57acbd


Comments

No comments written yet.

Please login to write comment.