Color Hex Logo

#9abb6f Color Hex

#9ABB6F
(154,187,111)
0 Favorites   0 Comments

Color spaces of #9abb6f

RGB 154187111
HSL0.240.360.58
HSV86°41°73°
CMYK 0.180.000.41   0.27
XYZ33.966043.558421.6563
Yxy43.55840.34250.4392
Hunter Lab65.9988-23.633626.7442
CIE-Lab71.9323-24.201034.8625

#9abb6f color RGB value is (154,187,111).

#9abb6f hex color red value is 154, green value is 187 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #9abb6f hue: 0.24 , saturation: 0.36 and the lightness value of 9abb6f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111011 01101111
Octal 232 273 157
Decimal 154 187 111
Hex 9A BB 6F

RGB Percentages of Color #9abb6f

%34.07
%41.37
%24.56

CMYK Percentages of Color #9abb6f

%18
%0
%41
%27

Triadic Colors of #9abb6f

#9abb6f #6f9abb #bb6f9a

Analogous Colors of #9abb6f

#9abb6f #74bb6f #bbb66f

Monochromatic Colors of #9abb6f

#9abb6f

Complementary Color

#9abb6f #906fbb

#9abb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abb6f Color CSS Codes

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

#9abb6f Text Font Color

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

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


#9abb6f Background Color

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

This div background color is #9abb6f


#9abb6f Border Color

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

This div border color is #9abb6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,187,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9abb6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9abb6f;
  -webkit-box-shadow: 1px 1px 3px 2px #9abb6f;
  box-shadow:         1px 1px 3px 2px #9abb6f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,187,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abb6f


Comments

No comments written yet.

Please login to write comment.