Color Hex Logo

#9aae6e Color Hex

#9AAE6E
(154,174,110)
0 Favorites   0 Comments

Color spaces of #9aae6e

RGB 154174110
HSL0.220.280.56
HSV79°37°68°
CMYK 0.110.000.37   0.32
XYZ31.277038.267920.4898
Yxy38.26790.34740.4250
Hunter Lab61.8611-18.007123.6645
CIE-Lab68.2176-17.811130.5928

#9aae6e color RGB value is (154,174,110).

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

The process color (four color CMYK) of #9aae6e color hex is 0.11, 0.00, 0.37, 0.32. Web safe color of #9aae6e is #999966. Color #9aae6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101110 01101110
Octal 232 256 156
Decimal 154 174 110
Hex 9A AE 6E

RGB Percentages of Color #9aae6e

%35.16
%39.73
%25.11

CMYK Percentages of Color #9aae6e

%11
%0
%37
%32

Triadic Colors of #9aae6e

#9aae6e #6e9aae #ae6e9a

Analogous Colors of #9aae6e

#9aae6e #7aae6e #aea26e

Monochromatic Colors of #9aae6e

#9aae6e

Complementary Color

#9aae6e #826eae

#9aae6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aae6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aae6e Color CSS Codes

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

#9aae6e Text Font Color

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

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


#9aae6e Background Color

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

This div background color is #9aae6e


#9aae6e Border Color

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

This div border color is #9aae6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aae6e


Comments

No comments written yet.

Please login to write comment.