Color Hex Logo

#57afca Color Hex

#57AFCA
(87,175,202)
0 Favorites   0 Comments

Color spaces of #57afca

RGB 87175202
HSL0.540.520.57
HSV194°57°79°
CMYK 0.570.130.00   0.21
XYZ29.921136.950461.4323
Yxy36.95040.23320.2880
Hunter Lab60.7868-18.5139-17.3688
CIE-Lab67.2398-18.6585-21.7461

#57afca color RGB value is (87,175,202).

#57afca hex color red value is 87, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #57afca hue: 0.54 , saturation: 0.52 and the lightness value of 57afca is 0.57.

The process color (four color CMYK) of #57afca color hex is 0.57, 0.13, 0.00, 0.21. Web safe color of #57afca is #6699cc. Color #57afca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101111 11001010
Octal 127 257 312
Decimal 87 175 202
Hex 57 AF CA

RGB Percentages of Color #57afca

%18.75
%37.72
%43.53

CMYK Percentages of Color #57afca

%57
%13
%0
%21

Triadic Colors of #57afca

#57afca #ca57af #afca57

Analogous Colors of #57afca

#57afca #5776ca #57caac

Monochromatic Colors of #57afca

#57afca

Complementary Color

#57afca #ca7257

#57afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#57afca Color CSS Codes

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

#57afca Text Font Color

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

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


#57afca Background Color

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

This div background color is #57afca


#57afca Border Color

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

This div border color is #57afca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57afca


Comments

No comments written yet.

Please login to write comment.