Color Hex Logo

#3baf0d Color Hex

#3BAF0D
(59,175,13)
0 Favorites   0 Comments

Color spaces of #3baf0d

RGB 5917513
HSL0.290.860.37
HSV103°93°69°
CMYK 0.660.000.93   0.31
XYZ17.206331.61885.5769
Yxy31.61880.31630.5812
Hunter Lab56.2306-43.783433.4811
CIE-Lab63.0266-57.783861.9780

#3baf0d color RGB value is (59,175,13).

#3baf0d hex color red value is 59, green value is 175 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #3baf0d hue: 0.29 , saturation: 0.86 and the lightness value of 3baf0d is 0.37.

The process color (four color CMYK) of #3baf0d color hex is 0.66, 0.00, 0.93, 0.31. Web safe color of #3baf0d is #339900. Color #3baf0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101111 00001101
Octal 73 257 15
Decimal 59 175 13
Hex 3B AF D

RGB Percentages of Color #3baf0d

%23.89
%70.85
%5.26

CMYK Percentages of Color #3baf0d

%66
%0
%93
%31

Triadic Colors of #3baf0d

#3baf0d #0d3baf #af0d3b

Analogous Colors of #3baf0d

#3baf0d #0daf30 #8caf0d

Monochromatic Colors of #3baf0d

#3baf0d

Complementary Color

#3baf0d #810daf

#3baf0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baf0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baf0d Color CSS Codes

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

#3baf0d Text Font Color

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

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


#3baf0d Background Color

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

This div background color is #3baf0d


#3baf0d Border Color

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

This div border color is #3baf0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baf0d


Comments

No comments written yet.

Please login to write comment.