Color Hex Logo

#57ddcf Color Hex

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

Color spaces of #57ddcf

RGB 87221207
HSL0.480.660.60
HSV174°61°87°
CMYK 0.610.000.06   0.13
XYZ41.049458.244168.1102
Yxy58.24410.24520.3479
Hunter Lab76.3178-37.54560.5088
CIE-Lab80.8743-39.6188-4.0218

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

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

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

Base Numbers

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

RGB Percentages of Color #57ddcf

%16.89
%42.91
%40.19

CMYK Percentages of Color #57ddcf

%61
%0
%6
%13

Triadic Colors of #57ddcf

#57ddcf #cf57dd #ddcf57

Analogous Colors of #57ddcf

#57ddcf #57a8dd #57dd8c

Monochromatic Colors of #57ddcf

#57ddcf

Complementary Color

#57ddcf #dd5765

#57ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57ddcf Color CSS Codes

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

#57ddcf Text Font Color

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

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


#57ddcf Background Color

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

This div background color is #57ddcf


#57ddcf Border Color

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

This div border color is #57ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57ddcf


Comments

No comments written yet.

Please login to write comment.