Color Hex Logo

#9ab593 Color Hex

#9AB593
(154,181,147)
0 Favorites   0 Comments

Color spaces of #9ab593

RGB 154181147
HSL0.300.190.64
HSV108°19°71°
CMYK 0.150.000.19   0.29
XYZ35.116842.024433.8644
Yxy42.02440.31640.3786
Hunter Lab64.8262-16.751314.4060
CIE-Lab70.8877-15.735614.3007

#9ab593 color RGB value is (154,181,147).

#9ab593 hex color red value is 154, green value is 181 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #9ab593 hue: 0.30 , saturation: 0.19 and the lightness value of 9ab593 is 0.64.

The process color (four color CMYK) of #9ab593 color hex is 0.15, 0.00, 0.19, 0.29. Web safe color of #9ab593 is #99cc99. Color #9ab593 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110101 10010011
Octal 232 265 223
Decimal 154 181 147
Hex 9A B5 93

RGB Percentages of Color #9ab593

%31.95
%37.55
%30.50

CMYK Percentages of Color #9ab593

%15
%0
%19
%29

Triadic Colors of #9ab593

#9ab593 #939ab5 #b5939a

Analogous Colors of #9ab593

#9ab593 #93b59d #abb593

Monochromatic Colors of #9ab593

#9ab593

Complementary Color

#9ab593 #ae93b5

#9ab593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab593 Color CSS Codes

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

#9ab593 Text Font Color

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

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


#9ab593 Background Color

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

This div background color is #9ab593


#9ab593 Border Color

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

This div border color is #9ab593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab593


Comments

No comments written yet.

Please login to write comment.