Color Hex Logo

#3ad01d Color Hex

#3AD01D
(58,208,29)
0 Favorites   0 Comments

Color spaces of #3ad01d

RGB 5820829
HSL0.310.760.46
HSV110°86°82°
CMYK 0.720.000.86   0.18
XYZ24.522646.10008.7681
Yxy46.10000.30890.5807
Hunter Lab67.8970-54.350239.8713
CIE-Lab73.6104-67.944768.1342

#3ad01d color RGB value is (58,208,29).

#3ad01d hex color red value is 58, green value is 208 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #3ad01d hue: 0.31 , saturation: 0.76 and the lightness value of 3ad01d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11010000 00011101
Octal 72 320 35
Decimal 58 208 29
Hex 3A D0 1D

RGB Percentages of Color #3ad01d

%19.66
%70.51
%9.83

CMYK Percentages of Color #3ad01d

%72
%0
%86
%18

Triadic Colors of #3ad01d

#3ad01d #1d3ad0 #d01d3a

Analogous Colors of #3ad01d

#3ad01d #1dd05a #94d01d

Monochromatic Colors of #3ad01d

#3ad01d

Complementary Color

#3ad01d #b31dd0

#3ad01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ad01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ad01d Color CSS Codes

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

#3ad01d Text Font Color

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

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


#3ad01d Background Color

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

This div background color is #3ad01d


#3ad01d Border Color

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

This div border color is #3ad01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ad01d


Comments

No comments written yet.

Please login to write comment.