color codes Logo

#57aafc color codes

#57AAFC
(87,170,252)
0 Favorites   0 Comments

Color spaces of #57aafc

RGB 87170252
HSL0.580.960.66
HSV210°65°99°
CMYK 0.650.330.00   0.01
XYZ35.875937.804097.5015
Yxy37.80400.20960.2208
Hunter Lab61.4850-3.4456-50.9813
CIE-Lab67.8759-0.1868-48.1597

#57aafc color RGB value is (87,170,252).

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

The process color (four color CMYK) of #57aafc color code is 0.65, 0.33, 0.00, 0.01. Web safe color of #57aafc is #6699ff. Color #57aafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101010 11111100
Octal 127 252 374
Decimal 87 170 252
Hex 57 AA FC

RGB Percentages of Color #57aafc

%17.09
%33.40
%49.51

CMYK Percentages of Color #57aafc

%65
%33
%0
%1

Triadic Colors of #57aafc

#57aafc #fc57aa #aafc57

Analogous Colors of #57aafc

#57aafc #5757fc #57fcfc

Monochromatic Colors of #57aafc

#57aafc

Complementary Color

#57aafc #fca957

#57aafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aafc Color CSS Codes

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

#57aafc Text Font Color

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

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


#57aafc Background Color

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

This div background color is #57aafc


#57aafc Border Color

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

This div border color is #57aafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aafc


Comments

No comments written yet.

Please login to write comment.