Color Hex Logo

#9fb38b Color Hex

#9FB38B
(159,179,139)
0 Favorites   0 Comments

Color spaces of #9fb38b

RGB 159179139
HSL0.250.210.62
HSV90°22°70°
CMYK 0.110.000.22   0.30
XYZ35.078441.475230.5828
Yxy41.47520.32740.3871
Hunter Lab64.4012-15.475916.9253
CIE-Lab70.5076-14.227818.1718

#9fb38b color RGB value is (159,179,139).

#9fb38b hex color red value is 159, green value is 179 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #9fb38b hue: 0.25 , saturation: 0.21 and the lightness value of 9fb38b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10110011 10001011
Octal 237 263 213
Decimal 159 179 139
Hex 9F B3 8B

RGB Percentages of Color #9fb38b

%33.33
%37.53
%29.14

CMYK Percentages of Color #9fb38b

%11
%0
%22
%30

Triadic Colors of #9fb38b

#9fb38b #8b9fb3 #b38b9f

Analogous Colors of #9fb38b

#9fb38b #8bb38b #b3b38b

Monochromatic Colors of #9fb38b

#9fb38b

Complementary Color

#9fb38b #9f8bb3

#9fb38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb38b Color CSS Codes

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

#9fb38b Text Font Color

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

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


#9fb38b Background Color

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

This div background color is #9fb38b


#9fb38b Border Color

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

This div border color is #9fb38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb38b


Comments

No comments written yet.

Please login to write comment.