Color Hex Logo

#57dcd6 Color Hex

#57DCD6
(87,220,214)
0 Favorites   0 Comments

Color spaces of #57dcd6

RGB 87220214
HSL0.490.660.60
HSV177°60°86°
CMYK 0.600.000.03   0.14
XYZ41.661358.067772.6307
Yxy58.06770.24170.3369
Hunter Lab76.2022-35.7641-3.1697
CIE-Lab80.7764-37.3282-7.8939

#57dcd6 color RGB value is (87,220,214).

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

The process color (four color CMYK) of #57dcd6 color hex is 0.60, 0.00, 0.03, 0.14. Web safe color of #57dcd6 is #66cccc. Color #57dcd6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011100 11010110
Octal 127 334 326
Decimal 87 220 214
Hex 57 DC D6

RGB Percentages of Color #57dcd6

%16.70
%42.23
%41.07

CMYK Percentages of Color #57dcd6

%60
%0
%3
%14

Triadic Colors of #57dcd6

#57dcd6 #d657dc #dcd657

Analogous Colors of #57dcd6

#57dcd6 #57a0dc #57dc94

Monochromatic Colors of #57dcd6

#57dcd6

Complementary Color

#57dcd6 #dc575d

#57dcd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dcd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dcd6 Color CSS Codes

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

#57dcd6 Text Font Color

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

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


#57dcd6 Background Color

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

This div background color is #57dcd6


#57dcd6 Border Color

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

This div border color is #57dcd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dcd6


Comments

No comments written yet.

Please login to write comment.