Color Hex Logo

#57afcb Color Hex

#57AFCB
(87,175,203)
0 Favorites   0 Comments

Color spaces of #57afcb

RGB 87175203
HSL0.540.530.57
HSV194°57°80°
CMYK 0.570.140.00   0.20
XYZ30.039936.998062.0580
Yxy36.99800.23270.2866
Hunter Lab60.8260-18.2903-17.9127
CIE-Lab67.2755-18.3629-22.2437

#57afcb color RGB value is (87,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101111 11001011
Octal 127 257 313
Decimal 87 175 203
Hex 57 AF CB

RGB Percentages of Color #57afcb

%18.71
%37.63
%43.66

CMYK Percentages of Color #57afcb

%57
%14
%0
%20

Triadic Colors of #57afcb

#57afcb #cb57af #afcb57

Analogous Colors of #57afcb

#57afcb #5775cb #57cbad

Monochromatic Colors of #57afcb

#57afcb

Complementary Color

#57afcb #cb7357

#57afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57afcb Color CSS Codes

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

#57afcb Text Font Color

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

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


#57afcb Background Color

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

This div background color is #57afcb


#57afcb Border Color

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

This div border color is #57afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57afcb


Comments

No comments written yet.

Please login to write comment.