Color Hex Logo

#3fe595 Color Hex

#3FE595
(63,229,149)
0 Favorites   0 Comments

Color spaces of #3fe595

RGB 63229149
HSL0.420.760.57
HSV151°72°90°
CMYK 0.720.000.35   0.10
XYZ35.494059.265338.0024
Yxy59.26530.26740.4464
Hunter Lab76.9840-52.423224.6208
CIE-Lab81.4372-59.927427.1808

#3fe595 color RGB value is (63,229,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11100101 10010101
Octal 77 345 225
Decimal 63 229 149
Hex 3F E5 95

RGB Percentages of Color #3fe595

%14.29
%51.93
%33.79

CMYK Percentages of Color #3fe595

%72
%0
%35
%10

Triadic Colors of #3fe595

#3fe595 #953fe5 #e5953f

Analogous Colors of #3fe595

#3fe595 #3fe2e5 #3fe542

Monochromatic Colors of #3fe595

#3fe595

Complementary Color

#3fe595 #e53f8f

#3fe595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fe595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fe595 Color CSS Codes

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

#3fe595 Text Font Color

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

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


#3fe595 Background Color

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

This div background color is #3fe595


#3fe595 Border Color

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

This div border color is #3fe595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fe595


Comments

No comments written yet.

Please login to write comment.