Color Hex Logo

#57b98d Color Hex

#57B98D
(87,185,141)
0 Favorites   0 Comments

Color spaces of #57b98d

RGB 87185141
HSL0.430.410.53
HSV153°53°73°
CMYK 0.530.000.24   0.27
XYZ26.087238.647231.2840
Yxy38.64720.27170.4025
Hunter Lab62.1669-33.887713.6805
CIE-Lab68.4949-39.264913.7082

#57b98d color RGB value is (87,185,141).

#57b98d hex color red value is 87, green value is 185 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #57b98d hue: 0.43 , saturation: 0.41 and the lightness value of 57b98d is 0.53.

The process color (four color CMYK) of #57b98d color hex is 0.53, 0.00, 0.24, 0.27. Web safe color of #57b98d is #66cc99. Color #57b98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10111001 10001101
Octal 127 271 215
Decimal 87 185 141
Hex 57 B9 8D

RGB Percentages of Color #57b98d

%21.07
%44.79
%34.14

CMYK Percentages of Color #57b98d

%53
%0
%24
%27

Triadic Colors of #57b98d

#57b98d #8d57b9 #b98d57

Analogous Colors of #57b98d

#57b98d #57b4b9 #57b95c

Monochromatic Colors of #57b98d

#57b98d

Complementary Color

#57b98d #b95783

#57b98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57b98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57b98d Color CSS Codes

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

#57b98d Text Font Color

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

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


#57b98d Background Color

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

This div background color is #57b98d


#57b98d Border Color

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

This div border color is #57b98d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,185,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 #57b98d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57b98d


Comments

No comments written yet.

Please login to write comment.