Color Hex Logo

#3fe28c Color Hex

#3FE28C
(63,226,140)
0 Favorites   0 Comments

Color spaces of #3fe28c

RGB 63226140
HSL0.410.740.57
HSV148°72°89°
CMYK 0.720.000.38   0.11
XYZ33.979957.342934.0883
Yxy57.34290.27090.4572
Hunter Lab75.7251-52.421126.3177
CIE-Lab80.3721-60.530730.3550

#3fe28c color RGB value is (63,226,140).

#3fe28c hex color red value is 63, green value is 226 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #3fe28c hue: 0.41 , saturation: 0.74 and the lightness value of 3fe28c is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11100010 10001100
Octal 77 342 214
Decimal 63 226 140
Hex 3F E2 8C

RGB Percentages of Color #3fe28c

%14.69
%52.68
%32.63

CMYK Percentages of Color #3fe28c

%72
%0
%38
%11

Triadic Colors of #3fe28c

#3fe28c #8c3fe2 #e28c3f

Analogous Colors of #3fe28c

#3fe28c #3fe2de #44e23f

Monochromatic Colors of #3fe28c

#3fe28c

Complementary Color

#3fe28c #e23f95

#3fe28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fe28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fe28c Color CSS Codes

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

#3fe28c Text Font Color

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

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


#3fe28c Background Color

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

This div background color is #3fe28c


#3fe28c Border Color

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

This div border color is #3fe28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fe28c


Comments

No comments written yet.

Please login to write comment.