Color Hex Logo

#3fe497 Color Hex

#3FE497
(63,228,151)
0 Favorites   0 Comments

Color spaces of #3fe497

RGB 63228151
HSL0.420.750.57
HSV152°72°89°
CMYK 0.720.000.34   0.11
XYZ35.379258.777938.7588
Yxy58.77790.26620.4422
Hunter Lab76.6667-51.794923.6927
CIE-Lab81.1694-59.161525.7909

#3fe497 color RGB value is (63,228,151).

#3fe497 hex color red value is 63, green value is 228 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #3fe497 hue: 0.42 , saturation: 0.75 and the lightness value of 3fe497 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11100100 10010111
Octal 77 344 227
Decimal 63 228 151
Hex 3F E4 97

RGB Percentages of Color #3fe497

%14.25
%51.58
%34.16

CMYK Percentages of Color #3fe497

%72
%0
%34
%11

Triadic Colors of #3fe497

#3fe497 #973fe4 #e4973f

Analogous Colors of #3fe497

#3fe497 #3fdfe4 #3fe445

Monochromatic Colors of #3fe497

#3fe497

Complementary Color

#3fe497 #e43f8c

#3fe497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fe497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fe497 Color CSS Codes

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

#3fe497 Text Font Color

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

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


#3fe497 Background Color

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

This div background color is #3fe497


#3fe497 Border Color

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

This div border color is #3fe497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fe497


Comments

No comments written yet.

Please login to write comment.