Color Hex Logo

#3de37d Color Hex

#3DE37D
(61,227,125)
0 Favorites   0 Comments

Color spaces of #3de37d

RGB 61227125
HSL0.400.750.56
HSV143°73°89°
CMYK 0.730.000.45   0.11
XYZ33.095257.410928.7392
Yxy57.41090.27750.4815
Hunter Lab75.7700-54.631330.5506
CIE-Lab80.4102-63.801737.9318

#3de37d color RGB value is (61,227,125).

#3de37d hex color red value is 61, green value is 227 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #3de37d hue: 0.40 , saturation: 0.75 and the lightness value of 3de37d is 0.56.

The process color (four color CMYK) of #3de37d color hex is 0.73, 0.00, 0.45, 0.11. Web safe color of #3de37d is #33cc66. Color #3de37d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11100011 01111101
Octal 75 343 175
Decimal 61 227 125
Hex 3D E3 7D

RGB Percentages of Color #3de37d

%14.77
%54.96
%30.27

CMYK Percentages of Color #3de37d

%73
%0
%45
%11

Triadic Colors of #3de37d

#3de37d #7d3de3 #e37d3d

Analogous Colors of #3de37d

#3de37d #3de3d0 #50e33d

Monochromatic Colors of #3de37d

#3de37d

Complementary Color

#3de37d #e33da3

#3de37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3de37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3de37d Color CSS Codes

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

#3de37d Text Font Color

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

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


#3de37d Background Color

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

This div background color is #3de37d


#3de37d Border Color

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

This div border color is #3de37d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,227,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3de37d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3de37d;
  -webkit-box-shadow: 1px 1px 3px 2px #3de37d;
  box-shadow:         1px 1px 3px 2px #3de37d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,227,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3de37d


Comments

No comments written yet.

Please login to write comment.