Color Hex Logo

#57ccdd Color Hex

#57CCDD
(87,204,221)
0 Favorites   0 Comments

Color spaces of #57ccdd

RGB 87204221
HSL0.520.660.60
HSV188°61°87°
CMYK 0.610.080.00   0.13
XYZ38.574550.432476.1080
Yxy50.43240.23360.3054
Hunter Lab71.0158-27.3196-13.8304
CIE-Lab76.3339-27.8016-18.2989

#57ccdd color RGB value is (87,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001100 11011101
Octal 127 314 335
Decimal 87 204 221
Hex 57 CC DD

RGB Percentages of Color #57ccdd

%16.99
%39.84
%43.16

CMYK Percentages of Color #57ccdd

%61
%8
%0
%13

Triadic Colors of #57ccdd

#57ccdd #dd57cc #ccdd57

Analogous Colors of #57ccdd

#57ccdd #5789dd #57ddab

Monochromatic Colors of #57ccdd

#57ccdd

Complementary Color

#57ccdd #dd6857

#57ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57ccdd Color CSS Codes

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

#57ccdd Text Font Color

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

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


#57ccdd Background Color

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

This div background color is #57ccdd


#57ccdd Border Color

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

This div border color is #57ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57ccdd


Comments

No comments written yet.

Please login to write comment.