Color Hex Logo

#9ab06d Color Hex

#9AB06D
(154,176,109)
0 Favorites   0 Comments

Color spaces of #9ab06d

RGB 154176109
HSL0.220.300.56
HSV80°38°69°
CMYK 0.130.000.38   0.31
XYZ31.612139.024820.3344
Yxy39.02480.34750.4290
Hunter Lab62.4698-18.994524.4295
CIE-Lab68.7692-18.960331.8343

#9ab06d color RGB value is (154,176,109).

#9ab06d hex color red value is 154, green value is 176 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #9ab06d hue: 0.22 , saturation: 0.30 and the lightness value of 9ab06d is 0.56.

The process color (four color CMYK) of #9ab06d color hex is 0.13, 0.00, 0.38, 0.31. Web safe color of #9ab06d is #999966. Color #9ab06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110000 01101101
Octal 232 260 155
Decimal 154 176 109
Hex 9A B0 6D

RGB Percentages of Color #9ab06d

%35.08
%40.09
%24.83

CMYK Percentages of Color #9ab06d

%13
%0
%38
%31

Triadic Colors of #9ab06d

#9ab06d #6d9ab0 #b06d9a

Analogous Colors of #9ab06d

#9ab06d #79b06d #b0a56d

Monochromatic Colors of #9ab06d

#9ab06d

Complementary Color

#9ab06d #836db0

#9ab06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab06d Color CSS Codes

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

#9ab06d Text Font Color

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

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


#9ab06d Background Color

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

This div background color is #9ab06d


#9ab06d Border Color

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

This div border color is #9ab06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab06d


Comments

No comments written yet.

Please login to write comment.