Color Hex Logo

#3fe080 Color Hex

#3FE080
(63,224,128)
0 Favorites   0 Comments

Color spaces of #3fe080

RGB 63224128
HSL0.400.720.56
HSV144°72°88°
CMYK 0.720.000.43   0.12
XYZ32.601855.926629.4987
Yxy55.92660.27620.4738
Hunter Lab74.7841-53.055928.9618
CIE-Lab79.5720-61.946035.3664

#3fe080 color RGB value is (63,224,128).

#3fe080 hex color red value is 63, green value is 224 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #3fe080 hue: 0.40 , saturation: 0.72 and the lightness value of 3fe080 is 0.56.

The process color (four color CMYK) of #3fe080 color hex is 0.72, 0.00, 0.43, 0.12. Web safe color of #3fe080 is #33cc99. Color #3fe080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11100000 10000000
Octal 77 340 200
Decimal 63 224 128
Hex 3F E0 80

RGB Percentages of Color #3fe080

%15.18
%53.98
%30.84

CMYK Percentages of Color #3fe080

%72
%0
%43
%12

Triadic Colors of #3fe080

#3fe080 #803fe0 #e0803f

Analogous Colors of #3fe080

#3fe080 #3fe0d1 #4ee03f

Monochromatic Colors of #3fe080

#3fe080

Complementary Color

#3fe080 #e03f9f

#3fe080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fe080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fe080 Color CSS Codes

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

#3fe080 Text Font Color

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

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


#3fe080 Background Color

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

This div background color is #3fe080


#3fe080 Border Color

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

This div border color is #3fe080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fe080


Comments

No comments written yet.

Please login to write comment.