Color Hex Logo

#3fcd5e Color Hex

#3FCD5E
(63,205,94)
0 Favorites   0 Comments

Color spaces of #3fcd5e

RGB 6320594
HSL0.370.590.53
HSV133°69°80°
CMYK 0.690.000.54   0.20
XYZ25.901645.527618.0122
Yxy45.52760.28960.5090
Hunter Lab67.4741-49.558231.4045
CIE-Lab73.2379-60.481444.0678

#3fcd5e color RGB value is (63,205,94).

#3fcd5e hex color red value is 63, green value is 205 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #3fcd5e hue: 0.37 , saturation: 0.59 and the lightness value of 3fcd5e is 0.53.

The process color (four color CMYK) of #3fcd5e color hex is 0.69, 0.00, 0.54, 0.20. Web safe color of #3fcd5e is #33cc66. Color #3fcd5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001101 01011110
Octal 77 315 136
Decimal 63 205 94
Hex 3F CD 5E

RGB Percentages of Color #3fcd5e

%17.40
%56.63
%25.97

CMYK Percentages of Color #3fcd5e

%69
%0
%54
%20

Triadic Colors of #3fcd5e

#3fcd5e #5e3fcd #cd5e3f

Analogous Colors of #3fcd5e

#3fcd5e #3fcda5 #67cd3f

Monochromatic Colors of #3fcd5e

#3fcd5e

Complementary Color

#3fcd5e #cd3fae

#3fcd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcd5e Color CSS Codes

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

#3fcd5e Text Font Color

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

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


#3fcd5e Background Color

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

This div background color is #3fcd5e


#3fcd5e Border Color

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

This div border color is #3fcd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcd5e


Comments

No comments written yet.

Please login to write comment.