Color Hex Logo

#57cbdd Color Hex

#57CBDD
(87,203,221)
0 Favorites   0 Comments

Color spaces of #57cbdd

RGB 87203221
HSL0.520.660.60
HSV188°61°87°
CMYK 0.610.080.00   0.13
XYZ38.337649.958676.0290
Yxy49.95860.23330.3040
Hunter Lab70.6814-26.8740-14.2988
CIE-Lab76.0438-27.3107-18.7375

#57cbdd color RGB value is (87,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001011 11011101
Octal 127 313 335
Decimal 87 203 221
Hex 57 CB DD

RGB Percentages of Color #57cbdd

%17.03
%39.73
%43.25

CMYK Percentages of Color #57cbdd

%61
%8
%0
%13

Triadic Colors of #57cbdd

#57cbdd #dd57cb #cbdd57

Analogous Colors of #57cbdd

#57cbdd #5788dd #57ddac

Monochromatic Colors of #57cbdd

#57cbdd

Complementary Color

#57cbdd #dd6957

#57cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cbdd Color CSS Codes

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

#57cbdd Text Font Color

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

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


#57cbdd Background Color

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

This div background color is #57cbdd


#57cbdd Border Color

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

This div border color is #57cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cbdd


Comments

No comments written yet.

Please login to write comment.