Color Hex Logo

#57aaed Color Hex

#57AAED
(87,170,237)
0 Favorites   0 Comments

Color spaces of #57aaed

RGB 87170237
HSL0.570.810.64
HSV207°63°93°
CMYK 0.630.280.00   0.07
XYZ33.591336.890185.4708
Yxy36.89010.21540.2365
Hunter Lab60.7372-7.5690-40.9182
CIE-Lab67.1945-5.0888-41.0553

#57aaed color RGB value is (87,170,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101010 11101101
Octal 127 252 355
Decimal 87 170 237
Hex 57 AA ED

RGB Percentages of Color #57aaed

%17.61
%34.41
%47.98

CMYK Percentages of Color #57aaed

%63
%28
%0
%7

Triadic Colors of #57aaed

#57aaed #ed57aa #aaed57

Analogous Colors of #57aaed

#57aaed #575fed #57ede5

Monochromatic Colors of #57aaed

#57aaed

Complementary Color

#57aaed #ed9a57

#57aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aaed Color CSS Codes

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

#57aaed Text Font Color

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

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


#57aaed Background Color

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

This div background color is #57aaed


#57aaed Border Color

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

This div border color is #57aaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aaed


Comments

No comments written yet.

Please login to write comment.