Color Hex Logo

#3ad56f Color Hex

#3AD56F
(58,213,111)
0 Favorites   0 Comments

Color spaces of #3ad56f

RGB 58213111
HSL0.390.650.53
HSV141°73°84°
CMYK 0.730.000.48   0.16
XYZ28.408449.635723.1223
Yxy49.63570.28080.4906
Hunter Lab70.4526-51.316029.8581
CIE-Lab75.8451-61.581739.0317

#3ad56f color RGB value is (58,213,111).

#3ad56f hex color red value is 58, green value is 213 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #3ad56f hue: 0.39 , saturation: 0.65 and the lightness value of 3ad56f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11010101 01101111
Octal 72 325 157
Decimal 58 213 111
Hex 3A D5 6F

RGB Percentages of Color #3ad56f

%15.18
%55.76
%29.06

CMYK Percentages of Color #3ad56f

%73
%0
%48
%16

Triadic Colors of #3ad56f

#3ad56f #6f3ad5 #d56f3a

Analogous Colors of #3ad56f

#3ad56f #3ad5bd #52d53a

Monochromatic Colors of #3ad56f

#3ad56f

Complementary Color

#3ad56f #d53aa0

#3ad56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ad56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ad56f Color CSS Codes

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

#3ad56f Text Font Color

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

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


#3ad56f Background Color

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

This div background color is #3ad56f


#3ad56f Border Color

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

This div border color is #3ad56f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,213,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3ad56f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3ad56f;
  -webkit-box-shadow: 1px 1px 3px 2px #3ad56f;
  box-shadow:         1px 1px 3px 2px #3ad56f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,213,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ad56f


Comments

No comments written yet.

Please login to write comment.