Color Hex Logo

#3ba80f Color Hex

#3BA80F
(59,168,15)
0 Favorites   0 Comments

Color spaces of #3ba80f

RGB 5916815
HSL0.290.840.36
HSV103°91°66°
CMYK 0.650.000.91   0.34
XYZ15.892528.96965.2060
Yxy28.96960.31740.5786
Hunter Lab53.8234-41.485131.9416
CIE-Lab60.7548-55.382159.7456

#3ba80f color RGB value is (59,168,15).

#3ba80f hex color red value is 59, green value is 168 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #3ba80f hue: 0.29 , saturation: 0.84 and the lightness value of 3ba80f is 0.36.

The process color (four color CMYK) of #3ba80f color hex is 0.65, 0.00, 0.91, 0.34. Web safe color of #3ba80f is #339900. Color #3ba80f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101000 00001111
Octal 73 250 17
Decimal 59 168 15
Hex 3B A8 F

RGB Percentages of Color #3ba80f

%24.38
%69.42
%6.20

CMYK Percentages of Color #3ba80f

%65
%0
%91
%34

Triadic Colors of #3ba80f

#3ba80f #0f3ba8 #a80f3b

Analogous Colors of #3ba80f

#3ba80f #0fa830 #88a80f

Monochromatic Colors of #3ba80f

#3ba80f

Complementary Color

#3ba80f #7c0fa8

#3ba80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ba80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ba80f Color CSS Codes

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

#3ba80f Text Font Color

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

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


#3ba80f Background Color

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

This div background color is #3ba80f


#3ba80f Border Color

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

This div border color is #3ba80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ba80f


Comments

No comments written yet.

Please login to write comment.