Color Hex Logo

#57af7c Color Hex

#57AF7C
(87,175,124)
0 Favorites   0 Comments

Color spaces of #57af7c

RGB 87175124
HSL0.400.350.51
HSV145°50°69°
CMYK 0.500.000.29   0.31
XYZ22.898534.141424.4519
Yxy34.14140.28100.4190
Hunter Lab58.4306-32.300916.0899
CIE-Lab65.0747-38.340918.2173

#57af7c color RGB value is (87,175,124).

#57af7c hex color red value is 87, green value is 175 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #57af7c hue: 0.40 , saturation: 0.35 and the lightness value of 57af7c is 0.51.

The process color (four color CMYK) of #57af7c color hex is 0.50, 0.00, 0.29, 0.31. Web safe color of #57af7c is #669966. Color #57af7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10101111 01111100
Octal 127 257 174
Decimal 87 175 124
Hex 57 AF 7C

RGB Percentages of Color #57af7c

%22.54
%45.34
%32.12

CMYK Percentages of Color #57af7c

%50
%0
%29
%31

Triadic Colors of #57af7c

#57af7c #7c57af #af7c57

Analogous Colors of #57af7c

#57af7c #57afa8 #5eaf57

Monochromatic Colors of #57af7c

#57af7c

Complementary Color

#57af7c #af578a

#57af7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57af7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57af7c Color CSS Codes

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

#57af7c Text Font Color

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

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


#57af7c Background Color

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

This div background color is #57af7c


#57af7c Border Color

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

This div border color is #57af7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57af7c


Comments

No comments written yet.

Please login to write comment.