Color Hex Logo

#57aecd Color Hex

#57AECD
(87,174,205)
0 Favorites   0 Comments

Color spaces of #57aecd

RGB 87174205
HSL0.540.540.57
HSV196°58°80°
CMYK 0.580.150.00   0.20
XYZ30.086036.706163.2569
Yxy36.70610.23130.2822
Hunter Lab60.5856-17.3840-19.4943
CIE-Lab67.0559-17.2423-23.6833

#57aecd color RGB value is (87,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101110 11001101
Octal 127 256 315
Decimal 87 174 205
Hex 57 AE CD

RGB Percentages of Color #57aecd

%18.67
%37.34
%43.99

CMYK Percentages of Color #57aecd

%58
%15
%0
%20

Triadic Colors of #57aecd

#57aecd #cd57ae #aecd57

Analogous Colors of #57aecd

#57aecd #5773cd #57cdb1

Monochromatic Colors of #57aecd

#57aecd

Complementary Color

#57aecd #cd7657

#57aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aecd Color CSS Codes

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

#57aecd Text Font Color

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

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


#57aecd Background Color

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

This div background color is #57aecd


#57aecd Border Color

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

This div border color is #57aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aecd


Comments

No comments written yet.

Please login to write comment.