Color Hex Logo

#57a3cc Color Hex

#57A3CC
(87,163,204)
0 Favorites   0 Comments

Color spaces of #57a3cc

RGB 87163204
HSL0.560.530.57
HSV201°57°80°
CMYK 0.570.200.00   0.20
XYZ27.926832.580361.9435
Yxy32.58030.22810.2661
Hunter Lab57.0792-12.5548-24.3873
CIE-Lab63.8196-11.6476-28.1001

#57a3cc color RGB value is (87,163,204).

#57a3cc hex color red value is 87, green value is 163 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #57a3cc hue: 0.56 , saturation: 0.53 and the lightness value of 57a3cc is 0.57.

The process color (four color CMYK) of #57a3cc color hex is 0.57, 0.20, 0.00, 0.20. Web safe color of #57a3cc is #6699cc. Color #57a3cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10100011 11001100
Octal 127 243 314
Decimal 87 163 204
Hex 57 A3 CC

RGB Percentages of Color #57a3cc

%19.16
%35.90
%44.93

CMYK Percentages of Color #57a3cc

%57
%20
%0
%20

Triadic Colors of #57a3cc

#57a3cc #cc57a3 #a3cc57

Analogous Colors of #57a3cc

#57a3cc #5769cc #57ccbb

Monochromatic Colors of #57a3cc

#57a3cc

Complementary Color

#57a3cc #cc8057

#57a3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57a3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57a3cc Color CSS Codes

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

#57a3cc Text Font Color

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

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


#57a3cc Background Color

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

This div background color is #57a3cc


#57a3cc Border Color

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

This div border color is #57a3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57a3cc


Comments

No comments written yet.

Please login to write comment.