Color Hex Logo

#9fb883 Color Hex

#9FB883
(159,184,131)
0 Favorites   0 Comments

Color spaces of #9fb883

RGB 159184131
HSL0.250.270.62
HSV88°29°72°
CMYK 0.140.000.29   0.28
XYZ35.535343.290627.9557
Yxy43.29060.33280.4054
Hunter Lab65.7956-18.736920.8654
CIE-Lab71.7518-18.040224.1802

#9fb883 color RGB value is (159,184,131).

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

The process color (four color CMYK) of #9fb883 color hex is 0.14, 0.00, 0.29, 0.28. Web safe color of #9fb883 is #99cc99. Color #9fb883 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111000 10000011
Octal 237 270 203
Decimal 159 184 131
Hex 9F B8 83

RGB Percentages of Color #9fb883

%33.54
%38.82
%27.64

CMYK Percentages of Color #9fb883

%14
%0
%29
%28

Triadic Colors of #9fb883

#9fb883 #839fb8 #b8839f

Analogous Colors of #9fb883

#9fb883 #85b883 #b8b783

Monochromatic Colors of #9fb883

#9fb883

Complementary Color

#9fb883 #9c83b8

#9fb883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb883 Color CSS Codes

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

#9fb883 Text Font Color

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

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


#9fb883 Background Color

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

This div background color is #9fb883


#9fb883 Border Color

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

This div border color is #9fb883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb883


Comments

No comments written yet.

Please login to write comment.