Color Hex Logo

#57c3dc Color Hex

#57C3DC
(87,195,220)
0 Favorites   0 Comments

Color spaces of #57c3dc

RGB 87195220
HSL0.530.660.60
HSV191°60°86°
CMYK 0.600.110.00   0.14
XYZ36.363946.223874.7156
Yxy46.22380.23120.2939
Hunter Lab67.9881-23.5072-17.5652
CIE-Lab73.6905-23.6187-21.7673

#57c3dc color RGB value is (87,195,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11000011 11011100
Octal 127 303 334
Decimal 87 195 220
Hex 57 C3 DC

RGB Percentages of Color #57c3dc

%17.33
%38.84
%43.82

CMYK Percentages of Color #57c3dc

%60
%11
%0
%14

Triadic Colors of #57c3dc

#57c3dc #dc57c3 #c3dc57

Analogous Colors of #57c3dc

#57c3dc #5781dc #57dcb3

Monochromatic Colors of #57c3dc

#57c3dc

Complementary Color

#57c3dc #dc7057

#57c3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57c3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#57c3dc Color CSS Codes

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

#57c3dc Text Font Color

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

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


#57c3dc Background Color

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

This div background color is #57c3dc


#57c3dc Border Color

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

This div border color is #57c3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57c3dc


Comments

No comments written yet.

Please login to write comment.