Color Hex Logo

#3ade8d Color Hex

#3ADE8D
(58,222,141)
0 Favorites   0 Comments

Color spaces of #3ade8d

RGB 58222141
HSL0.420.710.55
HSV150°74°87°
CMYK 0.740.000.36   0.13
XYZ32.673955.065234.1059
Yxy55.06520.26820.4519
Hunter Lab74.2059-51.264424.6938
CIE-Lab79.0788-59.562228.1019

#3ade8d color RGB value is (58,222,141).

#3ade8d hex color red value is 58, green value is 222 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #3ade8d hue: 0.42 , saturation: 0.71 and the lightness value of 3ade8d is 0.55.

The process color (four color CMYK) of #3ade8d color hex is 0.74, 0.00, 0.36, 0.13. Web safe color of #3ade8d is #33cc99. Color #3ade8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011110 10001101
Octal 72 336 215
Decimal 58 222 141
Hex 3A DE 8D

RGB Percentages of Color #3ade8d

%13.78
%52.73
%33.49

CMYK Percentages of Color #3ade8d

%74
%0
%36
%13

Triadic Colors of #3ade8d

#3ade8d #8d3ade #de8d3a

Analogous Colors of #3ade8d

#3ade8d #3addde #3ade3b

Monochromatic Colors of #3ade8d

#3ade8d

Complementary Color

#3ade8d #de3a8b

#3ade8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ade8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ade8d Color CSS Codes

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

#3ade8d Text Font Color

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

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


#3ade8d Background Color

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

This div background color is #3ade8d


#3ade8d Border Color

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

This div border color is #3ade8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ade8d


Comments

No comments written yet.

Please login to write comment.