Color Hex Logo

#57abca Color Hex

#57ABCA
(87,171,202)
0 Favorites   0 Comments

Color spaces of #57abca

RGB 87171202
HSL0.540.520.57
HSV196°57°79°
CMYK 0.570.150.00   0.21
XYZ29.154135.416361.1766
Yxy35.41630.23180.2816
Hunter Lab59.5116-16.7000-19.2907
CIE-Lab66.0715-16.5543-23.5308

#57abca color RGB value is (87,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101011 11001010
Octal 127 253 312
Decimal 87 171 202
Hex 57 AB CA

RGB Percentages of Color #57abca

%18.91
%37.17
%43.91

CMYK Percentages of Color #57abca

%57
%15
%0
%21

Triadic Colors of #57abca

#57abca #ca57ab #abca57

Analogous Colors of #57abca

#57abca #5772ca #57cab0

Monochromatic Colors of #57abca

#57abca

Complementary Color

#57abca #ca7657

#57abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#57abca Color CSS Codes

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

#57abca Text Font Color

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

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


#57abca Background Color

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

This div background color is #57abca


#57abca Border Color

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

This div border color is #57abca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,171,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 #57abca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57abca


Comments

No comments written yet.

Please login to write comment.