Color Hex Logo

#57abdb Color Hex

#57ABDB
(87,171,219)
0 Favorites   0 Comments

Color spaces of #57abdb

RGB 87171219
HSL0.560.650.60
HSV202°60°86°
CMYK 0.600.220.00   0.14
XYZ31.279636.266572.3694
Yxy36.26650.22360.2592
Hunter Lab60.2217-12.6737-29.0946
CIE-Lab66.7230-11.3595-31.9140

#57abdb color RGB value is (87,171,219).

#57abdb hex color red value is 87, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #57abdb hue: 0.56 , saturation: 0.65 and the lightness value of 57abdb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101011 11011011
Octal 127 253 333
Decimal 87 171 219
Hex 57 AB DB

RGB Percentages of Color #57abdb

%18.24
%35.85
%45.91

CMYK Percentages of Color #57abdb

%60
%22
%0
%14

Triadic Colors of #57abdb

#57abdb #db57ab #abdb57

Analogous Colors of #57abdb

#57abdb #5769db #57dbc9

Monochromatic Colors of #57abdb

#57abdb

Complementary Color

#57abdb #db8757

#57abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57abdb Color CSS Codes

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

#57abdb Text Font Color

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

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


#57abdb Background Color

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

This div background color is #57abdb


#57abdb Border Color

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

This div border color is #57abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57abdb


Comments

No comments written yet.

Please login to write comment.