Color Hex Logo

#9ab98c Color Hex

#9AB98C
(154,185,140)
0 Favorites   0 Comments

Color spaces of #9ab98c

RGB 154185140
HSL0.280.240.64
HSV101°24°73°
CMYK 0.170.000.24   0.27
XYZ35.409043.461431.3336
Yxy43.46140.32130.3944
Hunter Lab65.9253-19.495417.9678
CIE-Lab71.8670-18.964319.4525

#9ab98c color RGB value is (154,185,140).

#9ab98c hex color red value is 154, green value is 185 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #9ab98c hue: 0.28 , saturation: 0.24 and the lightness value of 9ab98c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111001 10001100
Octal 232 271 214
Decimal 154 185 140
Hex 9A B9 8C

RGB Percentages of Color #9ab98c

%32.15
%38.62
%29.23

CMYK Percentages of Color #9ab98c

%17
%0
%24
%27

Triadic Colors of #9ab98c

#9ab98c #8c9ab9 #b98c9a

Analogous Colors of #9ab98c

#9ab98c #8cb995 #b1b98c

Monochromatic Colors of #9ab98c

#9ab98c

Complementary Color

#9ab98c #ab8cb9

#9ab98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab98c Color CSS Codes

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

#9ab98c Text Font Color

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

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


#9ab98c Background Color

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

This div background color is #9ab98c


#9ab98c Border Color

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

This div border color is #9ab98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab98c


Comments

No comments written yet.

Please login to write comment.