Color Hex Logo

#1faf59 Color Hex

#1FAF59
(31,175,89)
0 Favorites   0 Comments

Color spaces of #1faf59

RGB 3117589
HSL0.400.700.40
HSV144°82°69°
CMYK 0.820.000.49   0.31
XYZ17.698231.672514.6318
Yxy31.67250.27650.4949
Hunter Lab56.2783-42.353123.9800
CIE-Lab63.0713-55.306433.8883

#1faf59 color RGB value is (31,175,89).

#1faf59 hex color red value is 31, green value is 175 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #1faf59 hue: 0.40 , saturation: 0.70 and the lightness value of 1faf59 is 0.40.

The process color (four color CMYK) of #1faf59 color hex is 0.82, 0.00, 0.49, 0.31. Web safe color of #1faf59 is #339966. Color #1faf59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10101111 01011001
Octal 37 257 131
Decimal 31 175 89
Hex 1F AF 59

RGB Percentages of Color #1faf59

%10.51
%59.32
%30.17

CMYK Percentages of Color #1faf59

%82
%0
%49
%31

Triadic Colors of #1faf59

#1faf59 #591faf #af591f

Analogous Colors of #1faf59

#1faf59 #1fafa1 #2daf1f

Monochromatic Colors of #1faf59

#1faf59

Complementary Color

#1faf59 #af1f75

#1faf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1faf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1faf59 Color CSS Codes

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

#1faf59 Text Font Color

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

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


#1faf59 Background Color

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

This div background color is #1faf59


#1faf59 Border Color

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

This div border color is #1faf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1faf59


Comments

No comments written yet.

Please login to write comment.