Color Hex Logo

#57cfdd Color Hex

#57CFDD
(87,207,221)
0 Favorites   0 Comments

Color spaces of #57cfdd

RGB 87207221
HSL0.520.660.60
HSV186°61°87°
CMYK 0.610.060.00   0.13
XYZ39.294451.872376.3479
Yxy51.87230.23460.3097
Hunter Lab72.0224-28.6522-12.4351
CIE-Lab77.2044-29.2651-16.9843

#57cfdd color RGB value is (87,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001111 11011101
Octal 127 317 335
Decimal 87 207 221
Hex 57 CF DD

RGB Percentages of Color #57cfdd

%16.89
%40.19
%42.91

CMYK Percentages of Color #57cfdd

%61
%6
%0
%13

Triadic Colors of #57cfdd

#57cfdd #dd57cf #cfdd57

Analogous Colors of #57cfdd

#57cfdd #578cdd #57dda8

Monochromatic Colors of #57cfdd

#57cfdd

Complementary Color

#57cfdd #dd6557

#57cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cfdd Color CSS Codes

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

#57cfdd Text Font Color

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

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


#57cfdd Background Color

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

This div background color is #57cfdd


#57cfdd Border Color

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

This div border color is #57cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cfdd


Comments

No comments written yet.

Please login to write comment.