Color Hex Logo

#57aaff Color Hex

#57AAFF
(87,170,255)
0 Favorites   0 Comments

Color spaces of #57aaff

RGB 87170255
HSL0.581.000.67
HSV210°66°100°
CMYK 0.660.330.00   0.00
XYZ36.355237.9957100.0255
Yxy37.99570.20850.2179
Hunter Lab61.6407-2.5932-53.0626
CIE-Lab68.01740.8052-49.5650

#57aaff color RGB value is (87,170,255).

#57aaff hex color red value is 87, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #57aaff hue: 0.58 , saturation: 1.00 and the lightness value of 57aaff is 0.67.

The process color (four color CMYK) of #57aaff color hex is 0.66, 0.33, 0.00, 0.00. Web safe color of #57aaff is #6699ff. Color #57aaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101010 11111111
Octal 127 252 377
Decimal 87 170 255
Hex 57 AA FF

RGB Percentages of Color #57aaff

%16.99
%33.20
%49.80

CMYK Percentages of Color #57aaff

%66
%33
%0
%0

Triadic Colors of #57aaff

#57aaff #ff57aa #aaff57

Analogous Colors of #57aaff

#57aaff #5857ff #57feff

Monochromatic Colors of #57aaff

#57aaff

Complementary Color

#57aaff #ffac57

#57aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aaff Color CSS Codes

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

#57aaff Text Font Color

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

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


#57aaff Background Color

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

This div background color is #57aaff


#57aaff Border Color

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

This div border color is #57aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aaff

Related Colors


Comments

No comments written yet.

Please login to write comment.