Color Hex Logo

#3fd57a Color Hex

#3FD57A
(63,213,122)
0 Favorites   0 Comments

Color spaces of #3fd57a

RGB 63213122
HSL0.400.640.54
HSV144°70°84°
CMYK 0.700.000.43   0.16
XYZ29.357050.050426.5258
Yxy50.05040.27710.4725
Hunter Lab70.7463-49.735427.2921
CIE-Lab76.1002-59.000933.8828

#3fd57a color RGB value is (63,213,122).

#3fd57a hex color red value is 63, green value is 213 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #3fd57a hue: 0.40 , saturation: 0.64 and the lightness value of 3fd57a is 0.54.

The process color (four color CMYK) of #3fd57a color hex is 0.70, 0.00, 0.43, 0.16. Web safe color of #3fd57a is #33cc66. Color #3fd57a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11010101 01111010
Octal 77 325 172
Decimal 63 213 122
Hex 3F D5 7A

RGB Percentages of Color #3fd57a

%15.83
%53.52
%30.65

CMYK Percentages of Color #3fd57a

%70
%0
%43
%16

Triadic Colors of #3fd57a

#3fd57a #7a3fd5 #d57a3f

Analogous Colors of #3fd57a

#3fd57a #3fd5c5 #4fd53f

Monochromatic Colors of #3fd57a

#3fd57a

Complementary Color

#3fd57a #d53f9a

#3fd57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fd57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fd57a Color CSS Codes

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

#3fd57a Text Font Color

<p style="color:#3fd57a">Text here</p>

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


#3fd57a Background Color

<div style="background-color:#3fd57a">
Div content here</div>

This div background color is #3fd57a


#3fd57a Border Color

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

This div border color is #3fd57a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,213,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3fd57a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3fd57a;
  -webkit-box-shadow: 1px 1px 3px 2px #3fd57a;
  box-shadow:         1px 1px 3px 2px #3fd57a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,213,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fd57a


Comments

No comments written yet.

Please login to write comment.