Color Hex Logo

#9fba6b Color Hex

#9FBA6B
(159,186,107)
0 Favorites   0 Comments

Color spaces of #9fba6b

RGB 159186107
HSL0.220.360.57
HSV81°42°73°
CMYK 0.150.000.42   0.27
XYZ34.510843.550320.4970
Yxy43.55030.35020.4419
Hunter Lab65.9927-22.140727.7797
CIE-Lab71.9269-22.290536.9747

#9fba6b color RGB value is (159,186,107).

#9fba6b hex color red value is 159, green value is 186 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #9fba6b hue: 0.22 , saturation: 0.36 and the lightness value of 9fba6b is 0.57.

The process color (four color CMYK) of #9fba6b color hex is 0.15, 0.00, 0.42, 0.27. Web safe color of #9fba6b is #99cc66. Color #9fba6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111010 01101011
Octal 237 272 153
Decimal 159 186 107
Hex 9F BA 6B

RGB Percentages of Color #9fba6b

%35.18
%41.15
%23.67

CMYK Percentages of Color #9fba6b

%15
%0
%42
%27

Triadic Colors of #9fba6b

#9fba6b #6b9fba #ba6b9f

Analogous Colors of #9fba6b

#9fba6b #78ba6b #baae6b

Monochromatic Colors of #9fba6b

#9fba6b

Complementary Color

#9fba6b #866bba

#9fba6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fba6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fba6b Color CSS Codes

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

#9fba6b Text Font Color

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

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


#9fba6b Background Color

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

This div background color is #9fba6b


#9fba6b Border Color

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

This div border color is #9fba6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fba6b


Comments

No comments written yet.

Please login to write comment.