Color Hex Logo

#3ad07e Color Hex

#3AD07E
(58,208,126)
0 Favorites   0 Comments

Color spaces of #3ad07e

RGB 58208126
HSL0.410.610.52
HSV147°72°82°
CMYK 0.720.000.39   0.18
XYZ28.066747.517627.4312
Yxy47.51760.27250.4613
Hunter Lab68.9330-47.954924.6592
CIE-Lab74.5196-57.214229.7524

#3ad07e color RGB value is (58,208,126).

#3ad07e hex color red value is 58, green value is 208 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #3ad07e hue: 0.41 , saturation: 0.61 and the lightness value of 3ad07e is 0.52.

The process color (four color CMYK) of #3ad07e color hex is 0.72, 0.00, 0.39, 0.18. Web safe color of #3ad07e is #33cc66. Color #3ad07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11010000 01111110
Octal 72 320 176
Decimal 58 208 126
Hex 3A D0 7E

RGB Percentages of Color #3ad07e

%14.80
%53.06
%32.14

CMYK Percentages of Color #3ad07e

%72
%0
%39
%18

Triadic Colors of #3ad07e

#3ad07e #7e3ad0 #d07e3a

Analogous Colors of #3ad07e

#3ad07e #3ad0c9 #41d03a

Monochromatic Colors of #3ad07e

#3ad07e

Complementary Color

#3ad07e #d03a8c

#3ad07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ad07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ad07e Color CSS Codes

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

#3ad07e Text Font Color

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

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


#3ad07e Background Color

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

This div background color is #3ad07e


#3ad07e Border Color

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

This div border color is #3ad07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ad07e


Comments

No comments written yet.

Please login to write comment.