Color Hex Logo

#57aadb Color Hex

#57AADB
(87,170,219)
0 Favorites   0 Comments

Color spaces of #57aadb

RGB 87170219
HSL0.560.650.60
HSV202°60°86°
CMYK 0.600.220.00   0.14
XYZ31.091435.890272.3066
Yxy35.89020.22320.2577
Hunter Lab59.9084-12.2015-29.6243
CIE-Lab66.4359-10.8157-32.3586

#57aadb color RGB value is (87,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101010 11011011
Octal 127 252 333
Decimal 87 170 219
Hex 57 AA DB

RGB Percentages of Color #57aadb

%18.28
%35.71
%46.01

CMYK Percentages of Color #57aadb

%60
%22
%0
%14

Triadic Colors of #57aadb

#57aadb #db57aa #aadb57

Analogous Colors of #57aadb

#57aadb #5768db #57dbca

Monochromatic Colors of #57aadb

#57aadb

Complementary Color

#57aadb #db8857

#57aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aadb Color CSS Codes

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

#57aadb Text Font Color

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

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


#57aadb Background Color

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

This div background color is #57aadb


#57aadb Border Color

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

This div border color is #57aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aadb


Comments

No comments written yet.

Please login to write comment.