Color Hex Logo

#57a3cd Color Hex

#57A3CD
(87,163,205)
0 Favorites   0 Comments

Color spaces of #57a3cd

RGB 87163205
HSL0.560.540.57
HSV201°58°80°
CMYK 0.580.200.00   0.20
XYZ28.047132.628462.5773
Yxy32.62840.22760.2647
Hunter Lab57.1213-12.3170-24.9683
CIE-Lab63.8589-11.3402-28.5957

#57a3cd color RGB value is (87,163,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10100011 11001101
Octal 127 243 315
Decimal 87 163 205
Hex 57 A3 CD

RGB Percentages of Color #57a3cd

%19.12
%35.82
%45.05

CMYK Percentages of Color #57a3cd

%58
%20
%0
%20

Triadic Colors of #57a3cd

#57a3cd #cd57a3 #a3cd57

Analogous Colors of #57a3cd

#57a3cd #5768cd #57cdbc

Monochromatic Colors of #57a3cd

#57a3cd

Complementary Color

#57a3cd #cd8157

#57a3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57a3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57a3cd Color CSS Codes

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

#57a3cd Text Font Color

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

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


#57a3cd Background Color

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

This div background color is #57a3cd


#57a3cd Border Color

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

This div border color is #57a3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57a3cd


Comments

No comments written yet.

Please login to write comment.