Color Hex Logo

#9aae59 Color Hex

#9AAE59
(154,174,89)
0 Favorites   0 Comments

Color spaces of #9aae59

RGB 15417489
HSL0.210.340.52
HSV74°49°68°
CMYK 0.110.000.49   0.32
XYZ30.265637.863415.1644
Yxy37.86340.36340.4546
Hunter Lab61.5332-19.886628.4617
CIE-Lab67.9198-20.289241.0197

#9aae59 color RGB value is (154,174,89).

#9aae59 hex color red value is 154, green value is 174 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #9aae59 hue: 0.21 , saturation: 0.34 and the lightness value of 9aae59 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101110 01011001
Octal 232 256 131
Decimal 154 174 89
Hex 9A AE 59

RGB Percentages of Color #9aae59

%36.93
%41.73
%21.34

CMYK Percentages of Color #9aae59

%11
%0
%49
%32

Triadic Colors of #9aae59

#9aae59 #599aae #ae599a

Analogous Colors of #9aae59

#9aae59 #70ae59 #ae9859

Monochromatic Colors of #9aae59

#9aae59

Complementary Color

#9aae59 #6d59ae

#9aae59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aae59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aae59 Color CSS Codes

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

#9aae59 Text Font Color

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

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


#9aae59 Background Color

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

This div background color is #9aae59


#9aae59 Border Color

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

This div border color is #9aae59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aae59

#9aae59 Color Palettes


Comments

No comments written yet.

Please login to write comment.