Color Hex Logo

#57acdb Color Hex

#57ACDB
(87,172,219)
0 Favorites   0 Comments

Color spaces of #57acdb

RGB 87172219
HSL0.560.650.60
HSV201°60°86°
CMYK 0.600.210.00   0.14
XYZ31.469236.645872.4326
Yxy36.64580.22390.2607
Hunter Lab60.5358-13.1453-28.5670
CIE-Lab67.0104-11.9021-31.4693

#57acdb color RGB value is (87,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101100 11011011
Octal 127 254 333
Decimal 87 172 219
Hex 57 AC DB

RGB Percentages of Color #57acdb

%18.20
%35.98
%45.82

CMYK Percentages of Color #57acdb

%60
%21
%0
%14

Triadic Colors of #57acdb

#57acdb #db57ac #acdb57

Analogous Colors of #57acdb

#57acdb #576adb #57dbc8

Monochromatic Colors of #57acdb

#57acdb

Complementary Color

#57acdb #db8657

#57acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57acdb Color CSS Codes

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

#57acdb Text Font Color

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

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


#57acdb Background Color

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

This div background color is #57acdb


#57acdb Border Color

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

This div border color is #57acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57acdb


Comments

No comments written yet.

Please login to write comment.