Color Hex Logo

#9fa093 Color Hex

#9FA093
(159,160,147)
0 Favorites   0 Comments

Color spaces of #9fa093

RGB 159160147
HSL0.180.060.60
HSV65°63°
CMYK 0.010.000.08   0.37
XYZ32.135334.619132.5922
Yxy34.61910.32350.3485
Hunter Lab58.8380-5.47598.3440
CIE-Lab65.4510-2.75706.6456

#9fa093 color RGB value is (159,160,147).

#9fa093 hex color red value is 159, green value is 160 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #9fa093 hue: 0.18 , saturation: 0.06 and the lightness value of 9fa093 is 0.60.

The process color (four color CMYK) of #9fa093 color hex is 0.01, 0.00, 0.08, 0.37. Web safe color of #9fa093 is #999999. Color #9fa093 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10100000 10010011
Octal 237 240 223
Decimal 159 160 147
Hex 9F A0 93

RGB Percentages of Color #9fa093

%34.12
%34.33
%31.55

CMYK Percentages of Color #9fa093

%1
%0
%8
%37

Triadic Colors of #9fa093

#9fa093 #939fa0 #a0939f

Analogous Colors of #9fa093

#9fa093 #99a093 #a09b93

Monochromatic Colors of #9fa093

#9fa093

Complementary Color

#9fa093 #9493a0

#9fa093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa093 Color CSS Codes

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

#9fa093 Text Font Color

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

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


#9fa093 Background Color

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

This div background color is #9fa093


#9fa093 Border Color

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

This div border color is #9fa093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa093


Comments

No comments written yet.

Please login to write comment.