Color Hex Logo

#3fd491 Color Hex

#3FD491
(63,212,145)
0 Favorites   0 Comments

Color spaces of #3fd491

RGB 63212145
HSL0.430.630.54
HSV153°70°83°
CMYK 0.700.000.32   0.17
XYZ30.704250.188134.8570
Yxy50.18810.26530.4336
Hunter Lab70.8436-46.612820.4182
CIE-Lab76.1846-54.271722.1219

#3fd491 color RGB value is (63,212,145).

#3fd491 hex color red value is 63, green value is 212 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #3fd491 hue: 0.43 , saturation: 0.63 and the lightness value of 3fd491 is 0.54.

The process color (four color CMYK) of #3fd491 color hex is 0.70, 0.00, 0.32, 0.17. Web safe color of #3fd491 is #33cc99. Color #3fd491 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11010100 10010001
Octal 77 324 221
Decimal 63 212 145
Hex 3F D4 91

RGB Percentages of Color #3fd491

%15.00
%50.48
%34.52

CMYK Percentages of Color #3fd491

%70
%0
%32
%17

Triadic Colors of #3fd491

#3fd491 #913fd4 #d4913f

Analogous Colors of #3fd491

#3fd491 #3fcdd4 #3fd447

Monochromatic Colors of #3fd491

#3fd491

Complementary Color

#3fd491 #d43f82

#3fd491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fd491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fd491 Color CSS Codes

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

#3fd491 Text Font Color

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

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


#3fd491 Background Color

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

This div background color is #3fd491


#3fd491 Border Color

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

This div border color is #3fd491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fd491


Comments

No comments written yet.

Please login to write comment.