color codes Logo

#3ad78c color codes

#3AD78C
(58,215,140)
0 Favorites   0 Comments

Color spaces of #3ad78c

RGB 58215140
HSL0.420.660.54
HSV151°73°84°
CMYK 0.730.000.35   0.16
XYZ30.779051.393933.1087
Yxy51.39390.26700.4458
Hunter Lab71.6895-48.820022.8005
CIE-Lab76.9170-57.150425.7115

#3ad78c color RGB value is (58,215,140).

#3ad78c hex color red value is 58, green value is 215 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #3ad78c hue: 0.42 , saturation: 0.66 and the lightness value of 3ad78c is 0.54.

The process color (four color CMYK) of #3ad78c color code is 0.73, 0.00, 0.35, 0.16. Web safe color of #3ad78c is #33cc99. Color #3ad78c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11010111 10001100
Octal 72 327 214
Decimal 58 215 140
Hex 3A D7 8C

RGB Percentages of Color #3ad78c

%14.04
%52.06
%33.90

CMYK Percentages of Color #3ad78c

%73
%0
%35
%16

Triadic Colors of #3ad78c

#3ad78c #8c3ad7 #d78c3a

Analogous Colors of #3ad78c

#3ad78c #3ad4d7 #3ad73e

Monochromatic Colors of #3ad78c

#3ad78c

Complementary Color

#3ad78c #d73a85

#3ad78c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ad78c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ad78c Color CSS Codes

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

#3ad78c Text Font Color

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

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


#3ad78c Background Color

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

This div background color is #3ad78c


#3ad78c Border Color

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

This div border color is #3ad78c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ad78c


Comments

No comments written yet.

Please login to write comment.