Color Hex Logo

#57aefa Color Hex

#57AEFA
(87,174,250)
0 Favorites   0 Comments

Color spaces of #57aefa

RGB 87174250
HSL0.580.940.66
HSV208°65°98°
CMYK 0.650.300.00   0.02
XYZ36.321939.200596.0946
Yxy39.20050.21160.2284
Hunter Lab62.6103-6.0154-47.1714
CIE-Lab68.8963-3.0936-45.4688

#57aefa color RGB value is (87,174,250).

#57aefa hex color red value is 87, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #57aefa hue: 0.58 , saturation: 0.94 and the lightness value of 57aefa is 0.66.

The process color (four color CMYK) of #57aefa color hex is 0.65, 0.30, 0.00, 0.02. Web safe color of #57aefa is #6699ff. Color #57aefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101110 11111010
Octal 127 256 372
Decimal 87 174 250
Hex 57 AE FA

RGB Percentages of Color #57aefa

%17.03
%34.05
%48.92

CMYK Percentages of Color #57aefa

%65
%30
%0
%2

Triadic Colors of #57aefa

#57aefa #fa57ae #aefa57

Analogous Colors of #57aefa

#57aefa #575dfa #57faf5

Monochromatic Colors of #57aefa

#57aefa

Complementary Color

#57aefa #faa357

#57aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aefa Color CSS Codes

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

#57aefa Text Font Color

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

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


#57aefa Background Color

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

This div background color is #57aefa


#57aefa Border Color

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

This div border color is #57aefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aefa


Comments

No comments written yet.

Please login to write comment.