Color Hex Logo

#57dcbf Color Hex

#57DCBF
(87,220,191)
0 Favorites   0 Comments

Color spaces of #57dcbf

RGB 87220191
HSL0.460.660.60
HSV167°60°86°
CMYK 0.600.000.13   0.14
XYZ38.927656.974258.2356
Yxy56.97420.25260.3696
Hunter Lab75.4813-40.03527.0932
CIE-Lab80.1651-43.18923.4567

#57dcbf color RGB value is (87,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011100 10111111
Octal 127 334 277
Decimal 87 220 191
Hex 57 DC BF

RGB Percentages of Color #57dcbf

%17.47
%44.18
%38.35

CMYK Percentages of Color #57dcbf

%60
%0
%13
%14

Triadic Colors of #57dcbf

#57dcbf #bf57dc #dcbf57

Analogous Colors of #57dcbf

#57dcbf #57b7dc #57dc7d

Monochromatic Colors of #57dcbf

#57dcbf

Complementary Color

#57dcbf #dc5774

#57dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#57dcbf Color CSS Codes

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

#57dcbf Text Font Color

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

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


#57dcbf Background Color

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

This div background color is #57dcbf


#57dcbf Border Color

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

This div border color is #57dcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57dcbf


Comments

No comments written yet.

Please login to write comment.