Color Hex Logo

#57c3db Color Hex

#57C3DB
(87,195,219)
0 Favorites   0 Comments

Color spaces of #57c3db

RGB 87195219
HSL0.530.650.60
HSV191°60°86°
CMYK 0.600.110.00   0.14
XYZ36.231846.170974.0201
Yxy46.17090.23160.2952
Hunter Lab67.9492-23.7314-17.0229
CIE-Lab73.6563-23.9113-21.2773

#57c3db color RGB value is (87,195,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11000011 11011011
Octal 127 303 333
Decimal 87 195 219
Hex 57 C3 DB

RGB Percentages of Color #57c3db

%17.37
%38.92
%43.71

CMYK Percentages of Color #57c3db

%60
%11
%0
%14

Triadic Colors of #57c3db

#57c3db #db57c3 #c3db57

Analogous Colors of #57c3db

#57c3db #5781db #57dbb1

Monochromatic Colors of #57c3db

#57c3db

Complementary Color

#57c3db #db6f57

#57c3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57c3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#57c3db Color CSS Codes

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

#57c3db Text Font Color

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

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


#57c3db Background Color

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

This div background color is #57c3db


#57c3db Border Color

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

This div border color is #57c3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57c3db


Comments

No comments written yet.

Please login to write comment.