Color Hex Logo

#1faa77 Color Hex

#1FAA77
(31,170,119)
0 Favorites   0 Comments

Color spaces of #1faa77

RGB 31170119
HSL0.440.690.39
HSV158°82°67°
CMYK 0.820.000.30   0.33
XYZ18.269630.372722.3524
Yxy30.37270.25730.4278
Hunter Lab55.1114-37.271714.5308
CIE-Lab61.9745-47.538616.4561

#1faa77 color RGB value is (31,170,119).

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

The process color (four color CMYK) of #1faa77 color hex is 0.82, 0.00, 0.30, 0.33. Web safe color of #1faa77 is #339966. Color #1faa77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10101010 01110111
Octal 37 252 167
Decimal 31 170 119
Hex 1F AA 77

RGB Percentages of Color #1faa77

%9.69
%53.13
%37.19

CMYK Percentages of Color #1faa77

%82
%0
%30
%33

Triadic Colors of #1faa77

#1faa77 #771faa #aa771f

Analogous Colors of #1faa77

#1faa77 #1f98aa #1faa32

Monochromatic Colors of #1faa77

#1faa77

Complementary Color

#1faa77 #aa1f52

#1faa77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1faa77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1faa77 Color CSS Codes

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

#1faa77 Text Font Color

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

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


#1faa77 Background Color

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

This div background color is #1faa77


#1faa77 Border Color

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

This div border color is #1faa77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1faa77


Comments

No comments written yet.

Please login to write comment.