Color Hex Logo

#3add82 Color Hex

#3ADD82
(58,221,130)
0 Favorites   0 Comments

Color spaces of #3add82

RGB 58221130
HSL0.410.710.55
HSV147°74°87°
CMYK 0.740.000.41   0.13
XYZ31.630654.224129.9183
Yxy54.22410.27320.4684
Hunter Lab73.6370-52.190527.4567
CIE-Lab78.5922-61.233333.0664

#3add82 color RGB value is (58,221,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011101 10000010
Octal 72 335 202
Decimal 58 221 130
Hex 3A DD 82

RGB Percentages of Color #3add82

%14.18
%54.03
%31.78

CMYK Percentages of Color #3add82

%74
%0
%41
%13

Triadic Colors of #3add82

#3add82 #823add #dd823a

Analogous Colors of #3add82

#3add82 #3addd4 #44dd3a

Monochromatic Colors of #3add82

#3add82

Complementary Color

#3add82 #dd3a95

#3add82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3add82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3add82 Color CSS Codes

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

#3add82 Text Font Color

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

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


#3add82 Background Color

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

This div background color is #3add82


#3add82 Border Color

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

This div border color is #3add82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3add82


Comments

No comments written yet.

Please login to write comment.