Color Hex Logo

#9aa398 Color Hex

#9AA398
(154,163,152)
0 Favorites   0 Comments

Color spaces of #9aa398

RGB 154163152
HSL0.300.060.62
HSV109°64°
CMYK 0.060.000.07   0.36
XYZ32.091135.331434.8340
Yxy35.33140.31380.3455
Hunter Lab59.4402-7.65036.8622
CIE-Lab66.0059-5.30834.6026

#9aa398 color RGB value is (154,163,152).

#9aa398 hex color red value is 154, green value is 163 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #9aa398 hue: 0.30 , saturation: 0.06 and the lightness value of 9aa398 is 0.62.

The process color (four color CMYK) of #9aa398 color hex is 0.06, 0.00, 0.07, 0.36. Web safe color of #9aa398 is #999999. Color #9aa398 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10100011 10011000
Octal 232 243 230
Decimal 154 163 152
Hex 9A A3 98

RGB Percentages of Color #9aa398

%32.84
%34.75
%32.41

CMYK Percentages of Color #9aa398

%6
%0
%7
%36

Triadic Colors of #9aa398

#9aa398 #989aa3 #a3989a

Analogous Colors of #9aa398

#9aa398 #98a39c #a0a398

Monochromatic Colors of #9aa398

#9aa398

Complementary Color

#9aa398 #a198a3

#9aa398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aa398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aa398 Color CSS Codes

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

#9aa398 Text Font Color

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

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


#9aa398 Background Color

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

This div background color is #9aa398


#9aa398 Border Color

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

This div border color is #9aa398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aa398


Comments

No comments written yet.

Please login to write comment.