Color Hex Logo

#9fb37e Color Hex

#9FB37E
(159,179,126)
0 Favorites   0 Comments

Color spaces of #9fb37e

RGB 159179126
HSL0.230.260.60
HSV83°30°70°
CMYK 0.110.000.30   0.30
XYZ34.184141.117525.8734
Yxy41.11750.33790.4064
Hunter Lab64.1229-17.056320.9627
CIE-Lab70.2582-16.226924.8429

#9fb37e color RGB value is (159,179,126).

#9fb37e hex color red value is 159, green value is 179 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #9fb37e hue: 0.23 , saturation: 0.26 and the lightness value of 9fb37e is 0.60.

The process color (four color CMYK) of #9fb37e color hex is 0.11, 0.00, 0.30, 0.30. Web safe color of #9fb37e is #99cc66. Color #9fb37e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10110011 01111110
Octal 237 263 176
Decimal 159 179 126
Hex 9F B3 7E

RGB Percentages of Color #9fb37e

%34.27
%38.58
%27.16

CMYK Percentages of Color #9fb37e

%11
%0
%30
%30

Triadic Colors of #9fb37e

#9fb37e #7e9fb3 #b37e9f

Analogous Colors of #9fb37e

#9fb37e #85b37e #b3ad7e

Monochromatic Colors of #9fb37e

#9fb37e

Complementary Color

#9fb37e #927eb3

#9fb37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb37e Color CSS Codes

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

#9fb37e Text Font Color

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

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


#9fb37e Background Color

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

This div background color is #9fb37e


#9fb37e Border Color

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

This div border color is #9fb37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb37e


Comments

No comments written yet.

Please login to write comment.