Color Hex Logo

#35a01f Color Hex

#35A01F
(53,160,31)
0 Favorites   0 Comments

Color spaces of #35a01f

RGB 5316031
HSL0.300.680.37
HSV110°81°63°
CMYK 0.670.000.81   0.37
XYZ14.286325.99745.5614
Yxy25.99740.31160.5671
Hunter Lab50.9876-39.214229.2244
CIE-Lab58.0346-53.268453.4400

#35a01f color RGB value is (53,160,31).

#35a01f hex color red value is 53, green value is 160 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #35a01f hue: 0.30 , saturation: 0.68 and the lightness value of 35a01f is 0.37.

The process color (four color CMYK) of #35a01f color hex is 0.67, 0.00, 0.81, 0.37. Web safe color of #35a01f is #339933. Color #35a01f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10100000 00011111
Octal 65 240 37
Decimal 53 160 31
Hex 35 A0 1F

RGB Percentages of Color #35a01f

%21.72
%65.57
%12.70

CMYK Percentages of Color #35a01f

%67
%0
%81
%37

Triadic Colors of #35a01f

#35a01f #1f35a0 #a01f35

Analogous Colors of #35a01f

#35a01f #1fa04a #76a01f

Monochromatic Colors of #35a01f

#35a01f

Complementary Color

#35a01f #8a1fa0

#35a01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35a01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35a01f Color CSS Codes

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

#35a01f Text Font Color

<p style="color:#35a01f">Text here</p>

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


#35a01f Background Color

<div style="background-color:#35a01f">
Div content here</div>

This div background color is #35a01f


#35a01f Border Color

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

This div border color is #35a01f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,160,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35a01f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35a01f;
  -webkit-box-shadow: 1px 1px 3px 2px #35a01f;
  box-shadow:         1px 1px 3px 2px #35a01f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35a01f


Comments

No comments written yet.

Please login to write comment.