Color Hex Logo

#9ab29a Color Hex

#9AB29A
(154,178,154)
0 Favorites   0 Comments

Color spaces of #9ab29a

RGB 154178154
HSL0.330.130.65
HSV120°13°70°
CMYK 0.130.000.13   0.30
XYZ35.079641.043936.6452
Yxy41.04390.31110.3640
Hunter Lab64.0655-14.375510.9322
CIE-Lab70.2067-12.92679.5145

#9ab29a color RGB value is (154,178,154).

#9ab29a hex color red value is 154, green value is 178 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #9ab29a hue: 0.33 , saturation: 0.13 and the lightness value of 9ab29a is 0.65.

The process color (four color CMYK) of #9ab29a color hex is 0.13, 0.00, 0.13, 0.30. Web safe color of #9ab29a is #999999. Color #9ab29a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110010 10011010
Octal 232 262 232
Decimal 154 178 154
Hex 9A B2 9A

RGB Percentages of Color #9ab29a

%31.69
%36.63
%31.69

CMYK Percentages of Color #9ab29a

%13
%0
%13
%30

Triadic Colors of #9ab29a

#9ab29a #9a9ab2 #b29a9a

Analogous Colors of #9ab29a

#9ab29a #9ab2a6 #a6b29a

Monochromatic Colors of #9ab29a

#9ab29a

Complementary Color

#9ab29a #b29ab2

#9ab29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab29a Color CSS Codes

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

#9ab29a Text Font Color

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

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


#9ab29a Background Color

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

This div background color is #9ab29a


#9ab29a Border Color

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

This div border color is #9ab29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab29a


Comments

No comments written yet.

Please login to write comment.