Color Hex Logo

#3ad376 Color Hex

#3AD376
(58,211,118)
0 Favorites   0 Comments

Color spaces of #3ad376

RGB 58211118
HSL0.400.630.53
HSV144°73°83°
CMYK 0.730.000.44   0.17
XYZ28.309248.796125.0661
Yxy48.79610.27710.4776
Hunter Lab69.8542-49.905727.6226
CIE-Lab75.3243-59.726434.8797

#3ad376 color RGB value is (58,211,118).

#3ad376 hex color red value is 58, green value is 211 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #3ad376 hue: 0.40 , saturation: 0.63 and the lightness value of 3ad376 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11010011 01110110
Octal 72 323 166
Decimal 58 211 118
Hex 3A D3 76

RGB Percentages of Color #3ad376

%14.99
%54.52
%30.49

CMYK Percentages of Color #3ad376

%73
%0
%44
%17

Triadic Colors of #3ad376

#3ad376 #763ad3 #d3763a

Analogous Colors of #3ad376

#3ad376 #3ad3c3 #4bd33a

Monochromatic Colors of #3ad376

#3ad376

Complementary Color

#3ad376 #d33a97

#3ad376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ad376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ad376 Color CSS Codes

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

#3ad376 Text Font Color

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

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


#3ad376 Background Color

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

This div background color is #3ad376


#3ad376 Border Color

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

This div border color is #3ad376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ad376


Comments

No comments written yet.

Please login to write comment.