Color Hex Logo

#57afec Color Hex

#57AFEC
(87,175,236)
0 Favorites   0 Comments

Color spaces of #57afec

RGB 87175236
HSL0.570.800.63
HSV205°63°93°
CMYK 0.630.260.00   0.07
XYZ34.400838.742385.0218
Yxy38.74230.21750.2449
Hunter Lab62.2433-10.2719-37.4174
CIE-Lab68.5642-8.1754-38.3702

#57afec color RGB value is (87,175,236).

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

The process color (four color CMYK) of #57afec color hex is 0.63, 0.26, 0.00, 0.07. Web safe color of #57afec is #6699ff. Color #57afec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101111 11101100
Octal 127 257 354
Decimal 87 175 236
Hex 57 AF EC

RGB Percentages of Color #57afec

%17.47
%35.14
%47.39

CMYK Percentages of Color #57afec

%63
%26
%0
%7

Triadic Colors of #57afec

#57afec #ec57af #afec57

Analogous Colors of #57afec

#57afec #5765ec #57ecdf

Monochromatic Colors of #57afec

#57afec

Complementary Color

#57afec #ec9457

#57afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#57afec Color CSS Codes

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

#57afec Text Font Color

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

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


#57afec Background Color

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

This div background color is #57afec


#57afec Border Color

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

This div border color is #57afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57afec


Comments

No comments written yet.

Please login to write comment.