Color Hex Logo

#9faa58 Color Hex

#9FAA58
(159,170,88)
0 Favorites   0 Comments

Color spaces of #9faa58

RGB 15917088
HSL0.190.330.51
HSV68°48°67°
CMYK 0.060.000.48   0.33
XYZ30.434336.825014.7364
Yxy36.82500.37120.4491
Hunter Lab60.6836-16.674228.0805
CIE-Lab67.1455-16.318540.6693

#9faa58 color RGB value is (159,170,88).

#9faa58 hex color red value is 159, green value is 170 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #9faa58 hue: 0.19 , saturation: 0.33 and the lightness value of 9faa58 is 0.51.

The process color (four color CMYK) of #9faa58 color hex is 0.06, 0.00, 0.48, 0.33. Web safe color of #9faa58 is #999966. Color #9faa58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101010 01011000
Octal 237 252 130
Decimal 159 170 88
Hex 9F AA 58

RGB Percentages of Color #9faa58

%38.13
%40.77
%21.10

CMYK Percentages of Color #9faa58

%6
%0
%48
%33

Triadic Colors of #9faa58

#9faa58 #589faa #aa589f

Analogous Colors of #9faa58

#9faa58 #76aa58 #aa8c58

Monochromatic Colors of #9faa58

#9faa58

Complementary Color

#9faa58 #6358aa

#9faa58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faa58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faa58 Color CSS Codes

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

#9faa58 Text Font Color

<p style="color:#9faa58">Text here</p>

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


#9faa58 Background Color

<div style="background-color:#9faa58">
Div content here</div>

This div background color is #9faa58


#9faa58 Border Color

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

This div border color is #9faa58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,170,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9faa58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9faa58;
  -webkit-box-shadow: 1px 1px 3px 2px #9faa58;
  box-shadow:         1px 1px 3px 2px #9faa58; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faa58


Comments

No comments written yet.

Please login to write comment.