Color Hex Logo

#3fb96e Color Hex

#3FB96E
(63,185,110)
0 Favorites   0 Comments

Color spaces of #3fb96e

RGB 63185110
HSL0.400.490.49
HSV143°66°73°
CMYK 0.660.000.41   0.27
XYZ22.213336.880520.6997
Yxy36.88050.27840.4622
Hunter Lab60.7293-40.985422.3014
CIE-Lab67.1873-50.581828.4263

#3fb96e color RGB value is (63,185,110).

#3fb96e hex color red value is 63, green value is 185 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #3fb96e hue: 0.40 , saturation: 0.49 and the lightness value of 3fb96e is 0.49.

The process color (four color CMYK) of #3fb96e color hex is 0.66, 0.00, 0.41, 0.27. Web safe color of #3fb96e is #33cc66. Color #3fb96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111001 01101110
Octal 77 271 156
Decimal 63 185 110
Hex 3F B9 6E

RGB Percentages of Color #3fb96e

%17.60
%51.68
%30.73

CMYK Percentages of Color #3fb96e

%66
%0
%41
%27

Triadic Colors of #3fb96e

#3fb96e #6e3fb9 #b96e3f

Analogous Colors of #3fb96e

#3fb96e #3fb9ab #4db93f

Monochromatic Colors of #3fb96e

#3fb96e

Complementary Color

#3fb96e #b93f8a

#3fb96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fb96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fb96e Color CSS Codes

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

#3fb96e Text Font Color

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

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


#3fb96e Background Color

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

This div background color is #3fb96e


#3fb96e Border Color

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

This div border color is #3fb96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fb96e


Comments

No comments written yet.

Please login to write comment.