Color Hex Logo

#57ccde Color Hex

#57CCDE
(87,204,222)
0 Favorites   0 Comments

Color spaces of #57ccde

RGB 87204222
HSL0.520.670.61
HSV188°61°87°
CMYK 0.610.080.00   0.13
XYZ38.708250.485976.8119
Yxy50.48590.23320.3041
Hunter Lab71.0534-27.1010-14.3577
CIE-Lab76.3665-27.5151-18.7881

#57ccde color RGB value is (87,204,222).

#57ccde hex color red value is 87, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #57ccde hue: 0.52 , saturation: 0.67 and the lightness value of 57ccde is 0.61.

The process color (four color CMYK) of #57ccde color hex is 0.61, 0.08, 0.00, 0.13. Web safe color of #57ccde is #66cccc. Color #57ccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001100 11011110
Octal 127 314 336
Decimal 87 204 222
Hex 57 CC DE

RGB Percentages of Color #57ccde

%16.96
%39.77
%43.27

CMYK Percentages of Color #57ccde

%61
%8
%0
%13

Triadic Colors of #57ccde

#57ccde #de57cc #ccde57

Analogous Colors of #57ccde

#57ccde #5789de #57dead

Monochromatic Colors of #57ccde

#57ccde

Complementary Color

#57ccde #de6957

#57ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#57ccde Color CSS Codes

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

#57ccde Text Font Color

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

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


#57ccde Background Color

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

This div background color is #57ccde


#57ccde Border Color

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

This div border color is #57ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57ccde


Comments

No comments written yet.

Please login to write comment.