Color Hex Logo

#9aa427 Color Hex

#9AA427
(154,164,39)
0 Favorites   0 Comments

Color spaces of #9aa427

RGB 15416439
HSL0.180.620.40
HSV65°76°64°
CMYK 0.060.000.76   0.36
XYZ26.968133.56746.9772
Yxy33.56740.39950.4972
Hunter Lab57.9374-18.304133.4161
CIE-Lab64.6177-18.935858.9629

#9aa427 color RGB value is (154,164,39).

#9aa427 hex color red value is 154, green value is 164 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #9aa427 hue: 0.18 , saturation: 0.62 and the lightness value of 9aa427 is 0.40.

The process color (four color CMYK) of #9aa427 color hex is 0.06, 0.00, 0.76, 0.36. Web safe color of #9aa427 is #999933. Color #9aa427 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10100100 00100111
Octal 232 244 47
Decimal 154 164 39
Hex 9A A4 27

RGB Percentages of Color #9aa427

%43.14
%45.94
%10.92

CMYK Percentages of Color #9aa427

%6
%0
%76
%36

Triadic Colors of #9aa427

#9aa427 #279aa4 #a4279a

Analogous Colors of #9aa427

#9aa427 #5ca427 #a47027

Monochromatic Colors of #9aa427

#9aa427

Complementary Color

#9aa427 #3127a4

#9aa427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aa427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aa427 Color CSS Codes

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

#9aa427 Text Font Color

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

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


#9aa427 Background Color

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

This div background color is #9aa427


#9aa427 Border Color

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

This div border color is #9aa427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aa427


Comments

No comments written yet.

Please login to write comment.