Color Hex Logo

#57aaeb Color Hex

#57AAEB
(87,170,235)
0 Favorites   0 Comments

Color spaces of #57aaeb

RGB 87170235
HSL0.570.790.63
HSV206°63°92°
CMYK 0.630.280.00   0.08
XYZ33.300636.773883.9402
Yxy36.77380.21620.2388
Hunter Lab60.6414-8.1010-39.6206
CIE-Lab67.1070-5.7343-40.0983

#57aaeb color RGB value is (87,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101010 11101011
Octal 127 252 353
Decimal 87 170 235
Hex 57 AA EB

RGB Percentages of Color #57aaeb

%17.68
%34.55
%47.76

CMYK Percentages of Color #57aaeb

%63
%28
%0
%8

Triadic Colors of #57aaeb

#57aaeb #eb57aa #aaeb57

Analogous Colors of #57aaeb

#57aaeb #5760eb #57ebe2

Monochromatic Colors of #57aaeb

#57aaeb

Complementary Color

#57aaeb #eb9857

#57aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aaeb Color CSS Codes

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

#57aaeb Text Font Color

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

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


#57aaeb Background Color

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

This div background color is #57aaeb


#57aaeb Border Color

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

This div border color is #57aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aaeb


Comments

No comments written yet.

Please login to write comment.