Color Hex Logo

#3ba06d Color Hex

#3BA06D
(59,160,109)
0 Favorites   0 Comments

Color spaces of #3ba06d

RGB 59160109
HSL0.420.460.43
HSV150°63°63°
CMYK 0.630.000.32   0.37
XYZ17.134827.175518.8103
Yxy27.17550.27150.4305
Hunter Lab52.1301-32.556015.0973
CIE-Lab59.1364-41.408318.1567

#3ba06d color RGB value is (59,160,109).

#3ba06d hex color red value is 59, green value is 160 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #3ba06d hue: 0.42 , saturation: 0.46 and the lightness value of 3ba06d is 0.43.

The process color (four color CMYK) of #3ba06d color hex is 0.63, 0.00, 0.32, 0.37. Web safe color of #3ba06d is #339966. Color #3ba06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10100000 01101101
Octal 73 240 155
Decimal 59 160 109
Hex 3B A0 6D

RGB Percentages of Color #3ba06d

%17.99
%48.78
%33.23

CMYK Percentages of Color #3ba06d

%63
%0
%32
%37

Triadic Colors of #3ba06d

#3ba06d #6d3ba0 #a06d3b

Analogous Colors of #3ba06d

#3ba06d #3ba0a0 #3ca03b

Monochromatic Colors of #3ba06d

#3ba06d

Complementary Color

#3ba06d #a03b6e

#3ba06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ba06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ba06d Color CSS Codes

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

#3ba06d Text Font Color

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

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


#3ba06d Background Color

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

This div background color is #3ba06d


#3ba06d Border Color

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

This div border color is #3ba06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ba06d


Comments

No comments written yet.

Please login to write comment.