Color Hex Logo

#1faa39 Color Hex

#1FAA39
(31,170,57)
0 Favorites   0 Comments

Color spaces of #1faa39

RGB 3117057
HSL0.360.690.39
HSV131°82°67°
CMYK 0.820.000.66   0.33
XYZ15.678329.33628.7070
Yxy29.33620.29180.5461
Hunter Lab54.1629-43.115528.3828
CIE-Lab61.0772-58.015046.7263

#1faa39 color RGB value is (31,170,57).

#1faa39 hex color red value is 31, green value is 170 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #1faa39 hue: 0.36 , saturation: 0.69 and the lightness value of 1faa39 is 0.39.

The process color (four color CMYK) of #1faa39 color hex is 0.82, 0.00, 0.66, 0.33. Web safe color of #1faa39 is #339933. Color #1faa39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10101010 00111001
Octal 37 252 71
Decimal 31 170 57
Hex 1F AA 39

RGB Percentages of Color #1faa39

%12.02
%65.89
%22.09

CMYK Percentages of Color #1faa39

%82
%0
%66
%33

Triadic Colors of #1faa39

#1faa39 #391faa #aa391f

Analogous Colors of #1faa39

#1faa39 #1faa7f #4baa1f

Monochromatic Colors of #1faa39

#1faa39

Complementary Color

#1faa39 #aa1f90

#1faa39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1faa39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1faa39 Color CSS Codes

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

#1faa39 Text Font Color

<p style="color:#1faa39">Text here</p>

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


#1faa39 Background Color

<div style="background-color:#1faa39">
Div content here</div>

This div background color is #1faa39


#1faa39 Border Color

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

This div border color is #1faa39


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(31,170,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1faa39; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1faa39;
  -webkit-box-shadow: 1px 1px 3px 2px #1faa39;
  box-shadow:         1px 1px 3px 2px #1faa39; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1faa39


Comments

No comments written yet.

Please login to write comment.