Color Hex Logo

#57c490 Color Hex

#57C490
(87,196,144)
0 Favorites   0 Comments

Color spaces of #57c490

RGB 87196144
HSL0.420.480.55
HSV151°56°77°
CMYK 0.560.000.27   0.23
XYZ28.704443.519733.2728
Yxy43.51970.27210.4125
Hunter Lab65.9695-37.778316.2747
CIE-Lab71.9063-43.447016.8505

#57c490 color RGB value is (87,196,144).

#57c490 hex color red value is 87, green value is 196 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #57c490 hue: 0.42 , saturation: 0.48 and the lightness value of 57c490 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 11000100 10010000
Octal 127 304 220
Decimal 87 196 144
Hex 57 C4 90

RGB Percentages of Color #57c490

%20.37
%45.90
%33.72

CMYK Percentages of Color #57c490

%56
%0
%27
%23

Triadic Colors of #57c490

#57c490 #9057c4 #c49057

Analogous Colors of #57c490

#57c490 #57c2c4 #57c45a

Monochromatic Colors of #57c490

#57c490

Complementary Color

#57c490 #c4578b

#57c490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57c490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#57c490 Color CSS Codes

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

#57c490 Text Font Color

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

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


#57c490 Background Color

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

This div background color is #57c490


#57c490 Border Color

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

This div border color is #57c490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57c490


Comments

No comments written yet.

Please login to write comment.