Color Hex Logo

#57d914 Color Hex

#57D914
(87,217,20)
0 Favorites   0 Comments

Color spaces of #57d914

RGB 8721720
HSL0.280.830.46
HSV100°91°85°
CMYK 0.600.000.91   0.15
XYZ28.869651.70259.1198
Yxy51.70250.32190.5764
Hunter Lab71.9045-54.165142.8132
CIE-Lab77.1026-65.202673.0156

#57d914 color RGB value is (87,217,20).

#57d914 hex color red value is 87, green value is 217 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #57d914 hue: 0.28 , saturation: 0.83 and the lightness value of 57d914 is 0.46.

The process color (four color CMYK) of #57d914 color hex is 0.60, 0.00, 0.91, 0.15. Web safe color of #57d914 is #66cc00. Color #57d914 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 11011001 00010100
Octal 127 331 24
Decimal 87 217 20
Hex 57 D9 14

RGB Percentages of Color #57d914

%26.85
%66.98
%6.17

CMYK Percentages of Color #57d914

%60
%0
%91
%15

Triadic Colors of #57d914

#57d914 #1457d9 #d91457

Analogous Colors of #57d914

#57d914 #14d934 #bad914

Monochromatic Colors of #57d914

#57d914

Complementary Color

#57d914 #9614d9

#57d914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57d914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#57d914 Color CSS Codes

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

#57d914 Text Font Color

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

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


#57d914 Background Color

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

This div background color is #57d914


#57d914 Border Color

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

This div border color is #57d914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57d914


Comments

No comments written yet.

Please login to write comment.