Color Hex Logo

#3bad42 Color Hex

#3BAD42
(59,173,66)
0 Favorites   0 Comments

Color spaces of #3bad42

RGB 5917366
HSL0.340.490.45
HSV124°66°68°
CMYK 0.660.000.62   0.32
XYZ17.730631.210310.2439
Yxy31.21030.29960.5273
Hunter Lab55.8662-41.114128.2346
CIE-Lab62.6848-53.466344.7003

#3bad42 color RGB value is (59,173,66).

#3bad42 hex color red value is 59, green value is 173 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #3bad42 hue: 0.34 , saturation: 0.49 and the lightness value of 3bad42 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101101 01000010
Octal 73 255 102
Decimal 59 173 66
Hex 3B AD 42

RGB Percentages of Color #3bad42

%19.80
%58.05
%22.15

CMYK Percentages of Color #3bad42

%66
%0
%62
%32

Triadic Colors of #3bad42

#3bad42 #423bad #ad423b

Analogous Colors of #3bad42

#3bad42 #3bad7b #6dad3b

Monochromatic Colors of #3bad42

#3bad42

Complementary Color

#3bad42 #ad3ba6

#3bad42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bad42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bad42 Color CSS Codes

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

#3bad42 Text Font Color

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

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


#3bad42 Background Color

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

This div background color is #3bad42


#3bad42 Border Color

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

This div border color is #3bad42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bad42


Comments

No comments written yet.

Please login to write comment.