Color Hex Logo

#3add0c Color Hex

#3ADD0C
(58,221,12)
0 Favorites   0 Comments

Color spaces of #3add0c

RGB 5822112
HSL0.300.900.46
HSV107°95°87°
CMYK 0.740.000.95   0.13
XYZ27.667752.63909.0499
Yxy52.63900.30960.5891
Hunter Lab72.5527-58.897043.3914
CIE-Lab77.6614-72.341574.2032

#3add0c color RGB value is (58,221,12).

#3add0c hex color red value is 58, green value is 221 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #3add0c hue: 0.30 , saturation: 0.90 and the lightness value of 3add0c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011101 00001100
Octal 72 335 14
Decimal 58 221 12
Hex 3A DD C

RGB Percentages of Color #3add0c

%19.93
%75.95
%4.12

CMYK Percentages of Color #3add0c

%74
%0
%95
%13

Triadic Colors of #3add0c

#3add0c #0c3add #dd0c3a

Analogous Colors of #3add0c

#3add0c #0cdd46 #a3dd0c

Monochromatic Colors of #3add0c

#3add0c

Complementary Color

#3add0c #af0cdd

#3add0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3add0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3add0c Color CSS Codes

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

#3add0c Text Font Color

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

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


#3add0c Background Color

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

This div background color is #3add0c


#3add0c Border Color

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

This div border color is #3add0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3add0c


Comments

No comments written yet.

Please login to write comment.