Color Hex Logo

#57aabd Color Hex

#57AABD
(87,170,189)
0 Favorites   0 Comments

Color spaces of #57aabd

RGB 87170189
HSL0.530.440.54
HSV191°54°74°
CMYK 0.540.100.00   0.26
XYZ27.490534.449853.3447
Yxy34.44980.23850.2988
Hunter Lab58.6940-19.1103-12.8007
CIE-Lab65.3180-19.8464-17.4633

#57aabd color RGB value is (87,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101010 10111101
Octal 127 252 275
Decimal 87 170 189
Hex 57 AA BD

RGB Percentages of Color #57aabd

%19.51
%38.12
%42.38

CMYK Percentages of Color #57aabd

%54
%10
%0
%26

Triadic Colors of #57aabd

#57aabd #bd57aa #aabd57

Analogous Colors of #57aabd

#57aabd #5777bd #57bd9d

Monochromatic Colors of #57aabd

#57aabd

Complementary Color

#57aabd #bd6a57

#57aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aabd Color CSS Codes

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

#57aabd Text Font Color

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

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


#57aabd Background Color

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

This div background color is #57aabd


#57aabd Border Color

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

This div border color is #57aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aabd


Comments

No comments written yet.

Please login to write comment.