Color Hex Logo

#3fec5b Color Hex

#3FEC5B
(63,236,91)
0 Favorites   0 Comments

Color spaces of #3fec5b

RGB 6323691
HSL0.360.820.59
HSV130°73°93°
CMYK 0.730.000.61   0.07
XYZ33.933761.803020.0382
Yxy61.80300.29310.5338
Hunter Lab78.6149-60.527539.9180
CIE-Lab82.8085-71.193756.5978

#3fec5b color RGB value is (63,236,91).

#3fec5b hex color red value is 63, green value is 236 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #3fec5b hue: 0.36 , saturation: 0.82 and the lightness value of 3fec5b is 0.59.

The process color (four color CMYK) of #3fec5b color hex is 0.73, 0.00, 0.61, 0.07. Web safe color of #3fec5b is #33ff66. Color #3fec5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101100 01011011
Octal 77 354 133
Decimal 63 236 91
Hex 3F EC 5B

RGB Percentages of Color #3fec5b

%16.15
%60.51
%23.33

CMYK Percentages of Color #3fec5b

%73
%0
%61
%7

Triadic Colors of #3fec5b

#3fec5b #5b3fec #ec5b3f

Analogous Colors of #3fec5b

#3fec5b #3fecb2 #7aec3f

Monochromatic Colors of #3fec5b

#3fec5b

Complementary Color

#3fec5b #ec3fd0

#3fec5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fec5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fec5b Color CSS Codes

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

#3fec5b Text Font Color

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

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


#3fec5b Background Color

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

This div background color is #3fec5b


#3fec5b Border Color

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

This div border color is #3fec5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fec5b


Comments

No comments written yet.

Please login to write comment.