Color Hex Logo

#3bad20 Color Hex

#3BAD20
(59,173,32)
0 Favorites   0 Comments

Color spaces of #3bad20

RGB 5917332
HSL0.300.690.40
HSV109°82°68°
CMYK 0.660.000.82   0.32
XYZ17.007930.92126.4385
Yxy30.92120.31280.5687
Hunter Lab55.6068-42.716032.0598
CIE-Lab62.4411-56.351457.3251

#3bad20 color RGB value is (59,173,32).

#3bad20 hex color red value is 59, green value is 173 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #3bad20 hue: 0.30 , saturation: 0.69 and the lightness value of 3bad20 is 0.40.

The process color (four color CMYK) of #3bad20 color hex is 0.66, 0.00, 0.82, 0.32. Web safe color of #3bad20 is #339933. Color #3bad20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101101 00100000
Octal 73 255 40
Decimal 59 173 32
Hex 3B AD 20

RGB Percentages of Color #3bad20

%22.35
%65.53
%12.12

CMYK Percentages of Color #3bad20

%66
%0
%82
%32

Triadic Colors of #3bad20

#3bad20 #203bad #ad203b

Analogous Colors of #3bad20

#3bad20 #20ad4c #82ad20

Monochromatic Colors of #3bad20

#3bad20

Complementary Color

#3bad20 #9220ad

#3bad20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bad20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bad20 Color CSS Codes

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

#3bad20 Text Font Color

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

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


#3bad20 Background Color

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

This div background color is #3bad20


#3bad20 Border Color

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

This div border color is #3bad20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,173,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3bad20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3bad20;
  -webkit-box-shadow: 1px 1px 3px 2px #3bad20;
  box-shadow:         1px 1px 3px 2px #3bad20; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,173,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bad20


Comments

No comments written yet.

Please login to write comment.