Color Hex Logo

#57a060 Color Hex

#57A060
(87,160,96)
0 Favorites   0 Comments

Color spaces of #57a060

RGB 8716096
HSL0.350.300.48
HSV127°46°63°
CMYK 0.460.000.40   0.37
XYZ18.612628.012415.4923
Yxy28.01240.29960.4510
Hunter Lab52.9267-29.849219.6938
CIE-Lab59.8999-36.802026.4504

#57a060 color RGB value is (87,160,96).

#57a060 hex color red value is 87, green value is 160 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #57a060 hue: 0.35 , saturation: 0.30 and the lightness value of 57a060 is 0.48.

The process color (four color CMYK) of #57a060 color hex is 0.46, 0.00, 0.40, 0.37. Web safe color of #57a060 is #669966. Color #57a060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10100000 01100000
Octal 127 240 140
Decimal 87 160 96
Hex 57 A0 60

RGB Percentages of Color #57a060

%25.36
%46.65
%27.99

CMYK Percentages of Color #57a060

%46
%0
%40
%37

Triadic Colors of #57a060

#57a060 #6057a0 #a06057

Analogous Colors of #57a060

#57a060 #57a085 #73a057

Monochromatic Colors of #57a060

#57a060

Complementary Color

#57a060 #a05797

#57a060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57a060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#57a060 Color CSS Codes

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

#57a060 Text Font Color

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

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


#57a060 Background Color

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

This div background color is #57a060


#57a060 Border Color

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

This div border color is #57a060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57a060


Comments

No comments written yet.

Please login to write comment.