Color Hex Logo

#57aac5 Color Hex

#57AAC5
(87,170,197)
0 Favorites   0 Comments

Color spaces of #57aac5

RGB 87170197
HSL0.540.490.56
HSV195°56°77°
CMYK 0.560.140.00   0.23
XYZ28.383234.806958.0458
Yxy34.80690.23410.2871
Hunter Lab58.9974-17.3704-17.0355
CIE-Lab65.5980-17.5122-21.4824

#57aac5 color RGB value is (87,170,197).

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

The process color (four color CMYK) of #57aac5 color hex is 0.56, 0.14, 0.00, 0.23. Web safe color of #57aac5 is #6699cc. Color #57aac5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101010 11000101
Octal 127 252 305
Decimal 87 170 197
Hex 57 AA C5

RGB Percentages of Color #57aac5

%19.16
%37.44
%43.39

CMYK Percentages of Color #57aac5

%56
%14
%0
%23

Triadic Colors of #57aac5

#57aac5 #c557aa #aac557

Analogous Colors of #57aac5

#57aac5 #5773c5 #57c5a9

Monochromatic Colors of #57aac5

#57aac5

Complementary Color

#57aac5 #c57257

#57aac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aac5 Color CSS Codes

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

#57aac5 Text Font Color

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

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


#57aac5 Background Color

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

This div background color is #57aac5


#57aac5 Border Color

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

This div border color is #57aac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aac5


Comments

No comments written yet.

Please login to write comment.