Color Hex Logo

#9fa254 Color Hex

#9FA254
(159,162,84)
0 Favorites   0 Comments

Color spaces of #9fa254

RGB 15916284
HSL0.170.320.48
HSV62°48°64°
CMYK 0.020.000.48   0.36
XYZ28.818633.851713.4026
Yxy33.85170.37880.4450
Hunter Lab58.1822-13.404927.0698
CIE-Lab64.8447-12.564739.8989

#9fa254 color RGB value is (159,162,84).

#9fa254 hex color red value is 159, green value is 162 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #9fa254 hue: 0.17 , saturation: 0.32 and the lightness value of 9fa254 is 0.48.

The process color (four color CMYK) of #9fa254 color hex is 0.02, 0.00, 0.48, 0.36. Web safe color of #9fa254 is #999966. Color #9fa254 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10100010 01010100
Octal 237 242 124
Decimal 159 162 84
Hex 9F A2 54

RGB Percentages of Color #9fa254

%39.26
%40.00
%20.74

CMYK Percentages of Color #9fa254

%2
%0
%48
%36

Triadic Colors of #9fa254

#9fa254 #549fa2 #a2549f

Analogous Colors of #9fa254

#9fa254 #78a254 #a27e54

Monochromatic Colors of #9fa254

#9fa254

Complementary Color

#9fa254 #5754a2

#9fa254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa254 Color CSS Codes

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

#9fa254 Text Font Color

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

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


#9fa254 Background Color

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

This div background color is #9fa254


#9fa254 Border Color

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

This div border color is #9fa254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa254


Comments

No comments written yet.

Please login to write comment.