Color Hex Logo

#9fb488 Color Hex

#9FB488
(159,180,136)
0 Favorites   0 Comments

Color spaces of #9fb488

RGB 159180136
HSL0.250.230.62
HSV89°24°71°
CMYK 0.120.000.24   0.29
XYZ35.063341.791029.5110
Yxy41.79100.32960.3929
Hunter Lab64.6460-16.313918.1862
CIE-Lab70.7266-15.223320.0977

#9fb488 color RGB value is (159,180,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10110100 10001000
Octal 237 264 210
Decimal 159 180 136
Hex 9F B4 88

RGB Percentages of Color #9fb488

%33.47
%37.89
%28.63

CMYK Percentages of Color #9fb488

%12
%0
%24
%29

Triadic Colors of #9fb488

#9fb488 #889fb4 #b4889f

Analogous Colors of #9fb488

#9fb488 #89b488 #b4b388

Monochromatic Colors of #9fb488

#9fb488

Complementary Color

#9fb488 #9d88b4

#9fb488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb488 Color CSS Codes

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

#9fb488 Text Font Color

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

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


#9fb488 Background Color

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

This div background color is #9fb488


#9fb488 Border Color

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

This div border color is #9fb488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb488


Comments

No comments written yet.

Please login to write comment.