Color Hex Logo

#57cd92 Color Hex

#57CD92
(87,205,146)
0 Favorites   0 Comments

Color spaces of #57cd92

RGB 87205146
HSL0.420.540.57
HSV150°58°80°
CMYK 0.580.000.29   0.20
XYZ30.950147.764234.7823
Yxy47.76420.27270.4208
Hunter Lab69.1116-41.008218.5389
CIE-Lab74.6760-46.855719.6187

#57cd92 color RGB value is (87,205,146).

#57cd92 hex color red value is 87, green value is 205 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #57cd92 hue: 0.42 , saturation: 0.54 and the lightness value of 57cd92 is 0.57.

The process color (four color CMYK) of #57cd92 color hex is 0.58, 0.00, 0.29, 0.20. Web safe color of #57cd92 is #66cc99. Color #57cd92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11001101 10010010
Octal 127 315 222
Decimal 87 205 146
Hex 57 CD 92

RGB Percentages of Color #57cd92

%19.86
%46.80
%33.33

CMYK Percentages of Color #57cd92

%58
%0
%29
%20

Triadic Colors of #57cd92

#57cd92 #9257cd #cd9257

Analogous Colors of #57cd92

#57cd92 #57cdcd #57cd57

Monochromatic Colors of #57cd92

#57cd92

Complementary Color

#57cd92 #cd5792

#57cd92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57cd92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#57cd92 Color CSS Codes

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

#57cd92 Text Font Color

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

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


#57cd92 Background Color

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

This div background color is #57cd92


#57cd92 Border Color

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

This div border color is #57cd92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57cd92


Comments

No comments written yet.

Please login to write comment.