Color Hex Logo

#57afce Color Hex

#57AFCE
(87,175,206)
0 Favorites   0 Comments

Color spaces of #57afce

RGB 87175206
HSL0.540.550.57
HSV196°58°81°
CMYK 0.580.150.00   0.19
XYZ30.401037.142463.9594
Yxy37.14240.23120.2824
Hunter Lab60.9446-17.6118-19.5618
CIE-Lab67.3837-17.4701-23.7336

#57afce color RGB value is (87,175,206).

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

The process color (four color CMYK) of #57afce color hex is 0.58, 0.15, 0.00, 0.19. Web safe color of #57afce is #6699cc. Color #57afce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101111 11001110
Octal 127 257 316
Decimal 87 175 206
Hex 57 AF CE

RGB Percentages of Color #57afce

%18.59
%37.39
%44.02

CMYK Percentages of Color #57afce

%58
%15
%0
%19

Triadic Colors of #57afce

#57afce #ce57af #afce57

Analogous Colors of #57afce

#57afce #5774ce #57ceb2

Monochromatic Colors of #57afce

#57afce

Complementary Color

#57afce #ce7657

#57afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#57afce Color CSS Codes

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

#57afce Text Font Color

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

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


#57afce Background Color

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

This div background color is #57afce


#57afce Border Color

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

This div border color is #57afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57afce


Comments

No comments written yet.

Please login to write comment.