Color Hex Logo

#57aa8d Color Hex

#57AA8D
(87,170,141)
0 Favorites   0 Comments

Color spaces of #57aa8d

RGB 87170141
HSL0.440.330.50
HSV159°49°67°
CMYK 0.490.000.17   0.33
XYZ23.112932.698830.2926
Yxy32.69880.26840.3798
Hunter Lab57.1829-27.92168.6192
CIE-Lab63.9163-32.38007.2231

#57aa8d color RGB value is (87,170,141).

#57aa8d hex color red value is 87, green value is 170 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #57aa8d hue: 0.44 , saturation: 0.33 and the lightness value of 57aa8d is 0.50.

The process color (four color CMYK) of #57aa8d color hex is 0.49, 0.00, 0.17, 0.33. Web safe color of #57aa8d is #669999. Color #57aa8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101010 10001101
Octal 127 252 215
Decimal 87 170 141
Hex 57 AA 8D

RGB Percentages of Color #57aa8d

%21.86
%42.71
%35.43

CMYK Percentages of Color #57aa8d

%49
%0
%17
%33

Triadic Colors of #57aa8d

#57aa8d #8d57aa #aa8d57

Analogous Colors of #57aa8d

#57aa8d #579eaa #57aa64

Monochromatic Colors of #57aa8d

#57aa8d

Complementary Color

#57aa8d #aa5774

#57aa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57aa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57aa8d Color CSS Codes

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

#57aa8d Text Font Color

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

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


#57aa8d Background Color

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

This div background color is #57aa8d


#57aa8d Border Color

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

This div border color is #57aa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57aa8d


Comments

No comments written yet.

Please login to write comment.