Color Hex Logo

#9ab796 Color Hex

#9AB796
(154,183,150)
0 Favorites   0 Comments

Color spaces of #9ab796

RGB 154183150
HSL0.310.190.65
HSV113°18°72°
CMYK 0.160.000.18   0.28
XYZ35.764942.939035.2572
Yxy42.93900.31380.3768
Hunter Lab65.5279-17.249013.9686
CIE-Lab71.5135-16.239313.5468

#9ab796 color RGB value is (154,183,150).

#9ab796 hex color red value is 154, green value is 183 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #9ab796 hue: 0.31 , saturation: 0.19 and the lightness value of 9ab796 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110111 10010110
Octal 232 267 226
Decimal 154 183 150
Hex 9A B7 96

RGB Percentages of Color #9ab796

%31.62
%37.58
%30.80

CMYK Percentages of Color #9ab796

%16
%0
%18
%28

Triadic Colors of #9ab796

#9ab796 #969ab7 #b7969a

Analogous Colors of #9ab796

#9ab796 #96b7a3 #abb796

Monochromatic Colors of #9ab796

#9ab796

Complementary Color

#9ab796 #b396b7

#9ab796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab796 Color CSS Codes

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

#9ab796 Text Font Color

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

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


#9ab796 Background Color

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

This div background color is #9ab796


#9ab796 Border Color

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

This div border color is #9ab796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab796


Comments

No comments written yet.

Please login to write comment.