Color Hex Logo

#9fa681 Color Hex

#9FA681
(159,166,129)
0 Favorites   0 Comments

Color spaces of #9fa681

RGB 159166129
HSL0.200.170.58
HSV71°22°65°
CMYK 0.040.000.22   0.35
XYZ31.896736.228326.0805
Yxy36.22830.33860.3846
Hunter Lab60.1899-10.739216.4424
CIE-Lab66.6940-8.978918.3681

#9fa681 color RGB value is (159,166,129).

#9fa681 hex color red value is 159, green value is 166 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #9fa681 hue: 0.20 , saturation: 0.17 and the lightness value of 9fa681 is 0.58.

The process color (four color CMYK) of #9fa681 color hex is 0.04, 0.00, 0.22, 0.35. Web safe color of #9fa681 is #999999. Color #9fa681 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10100110 10000001
Octal 237 246 201
Decimal 159 166 129
Hex 9F A6 81

RGB Percentages of Color #9fa681

%35.02
%36.56
%28.41

CMYK Percentages of Color #9fa681

%4
%0
%22
%35

Triadic Colors of #9fa681

#9fa681 #819fa6 #a6819f

Analogous Colors of #9fa681

#9fa681 #8da681 #a69b81

Monochromatic Colors of #9fa681

#9fa681

Complementary Color

#9fa681 #8881a6

#9fa681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa681 Color CSS Codes

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

#9fa681 Text Font Color

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

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


#9fa681 Background Color

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

This div background color is #9fa681


#9fa681 Border Color

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

This div border color is #9fa681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa681


Comments

No comments written yet.

Please login to write comment.