Color Hex Logo

#57b4da Color Hex

#57B4DA
(87,180,218)
0 Favorites   0 Comments

Color spaces of #57b4da

RGB 87180218
HSL0.550.640.60
HSV197°60°85°
CMYK 0.600.170.00   0.15
XYZ32.906639.730772.2641
Yxy39.73070.22710.2742
Hunter Lab63.0323-17.1189-23.8511
CIE-Lab69.2773-16.4847-27.4255

#57b4da color RGB value is (87,180,218).

#57b4da hex color red value is 87, green value is 180 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #57b4da hue: 0.55 , saturation: 0.64 and the lightness value of 57b4da is 0.60.

The process color (four color CMYK) of #57b4da color hex is 0.60, 0.17, 0.00, 0.15. Web safe color of #57b4da is #66cccc. Color #57b4da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10110100 11011010
Octal 127 264 332
Decimal 87 180 218
Hex 57 B4 DA

RGB Percentages of Color #57b4da

%17.94
%37.11
%44.95

CMYK Percentages of Color #57b4da

%60
%17
%0
%15

Triadic Colors of #57b4da

#57b4da #da57b4 #b4da57

Analogous Colors of #57b4da

#57b4da #5773da #57dabf

Monochromatic Colors of #57b4da

#57b4da

Complementary Color

#57b4da #da7d57

#57b4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57b4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#57b4da Color CSS Codes

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

#57b4da Text Font Color

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

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


#57b4da Background Color

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

This div background color is #57b4da


#57b4da Border Color

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

This div border color is #57b4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57b4da


Comments

No comments written yet.

Please login to write comment.