Color Hex Logo

#57aafe Color Hex

#57AAFE
(87,170,254)
0 Favorites   0 Comments

Color spaces of #57aafe

RGB 87170254
HSL0.580.990.67
HSV210°66°100°
CMYK 0.660.330.00   0.00
XYZ36.194637.931499.1798
Yxy37.93140.20880.2189
Hunter Lab61.5885-2.8781-52.3665
CIE-Lab67.97000.4744-49.0973

#57aafe color RGB value is (87,170,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101010 11111110
Octal 127 252 376
Decimal 87 170 254
Hex 57 AA FE

RGB Percentages of Color #57aafe

%17.03
%33.27
%49.71

CMYK Percentages of Color #57aafe

%66
%33
%0
%0

Triadic Colors of #57aafe

#57aafe #fe57aa #aafe57

Analogous Colors of #57aafe

#57aafe #5757fe #57fefe

Monochromatic Colors of #57aafe

#57aafe

Complementary Color

#57aafe #feab57

#57aafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aafe Color CSS Codes

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

#57aafe Text Font Color

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

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


#57aafe Background Color

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

This div background color is #57aafe


#57aafe Border Color

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

This div border color is #57aafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aafe

Related Colors


Comments

No comments written yet.

Please login to write comment.