Color Hex Logo

#57db96 Color Hex

#57DB96
(87,219,150)
0 Favorites   0 Comments

Color spaces of #57db96

RGB 87219150
HSL0.410.650.60
HSV149°60°86°
CMYK 0.600.000.32   0.14
XYZ34.767054.891337.6168
Yxy54.89130.27320.4313
Hunter Lab74.0887-45.891921.7589
CIE-Lab78.9786-51.805323.4197

#57db96 color RGB value is (87,219,150).

#57db96 hex color red value is 87, green value is 219 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #57db96 hue: 0.41 , saturation: 0.65 and the lightness value of 57db96 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011011 10010110
Octal 127 333 226
Decimal 87 219 150
Hex 57 DB 96

RGB Percentages of Color #57db96

%19.08
%48.03
%32.89

CMYK Percentages of Color #57db96

%60
%0
%32
%14

Triadic Colors of #57db96

#57db96 #9657db #db9657

Analogous Colors of #57db96

#57db96 #57dbd8 #5adb57

Monochromatic Colors of #57db96

#57db96

Complementary Color

#57db96 #db579c

#57db96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57db96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#57db96 Color CSS Codes

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

#57db96 Text Font Color

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

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


#57db96 Background Color

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

This div background color is #57db96


#57db96 Border Color

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

This div border color is #57db96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57db96


Comments

No comments written yet.

Please login to write comment.