Color Hex Logo

#57aaec Color Hex

#57AAEC
(87,170,236)
0 Favorites   0 Comments

Color spaces of #57aaec

RGB 87170236
HSL0.570.800.63
HSV207°63°93°
CMYK 0.630.280.00   0.07
XYZ33.445536.831884.7034
Yxy36.83180.21580.2377
Hunter Lab60.6892-7.8357-40.2681
CIE-Lab67.1506-5.4120-40.5771

#57aaec color RGB value is (87,170,236).

#57aaec hex color red value is 87, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #57aaec hue: 0.57 , saturation: 0.80 and the lightness value of 57aaec is 0.63.

The process color (four color CMYK) of #57aaec color hex is 0.63, 0.28, 0.00, 0.07. Web safe color of #57aaec is #6699ff. Color #57aaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101010 11101100
Octal 127 252 354
Decimal 87 170 236
Hex 57 AA EC

RGB Percentages of Color #57aaec

%17.65
%34.48
%47.87

CMYK Percentages of Color #57aaec

%63
%28
%0
%7

Triadic Colors of #57aaec

#57aaec #ec57aa #aaec57

Analogous Colors of #57aaec

#57aaec #575fec #57ece4

Monochromatic Colors of #57aaec

#57aaec

Complementary Color

#57aaec #ec9957

#57aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aaec Color CSS Codes

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

#57aaec Text Font Color

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

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


#57aaec Background Color

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

This div background color is #57aaec


#57aaec Border Color

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

This div border color is #57aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aaec


Comments

No comments written yet.

Please login to write comment.