Color Hex Logo

#9aae47 Color Hex

#9AAE47
(154,174,71)
0 Favorites   0 Comments

Color spaces of #9aae47

RGB 15417471
HSL0.200.420.48
HSV72°59°68°
CMYK 0.110.000.59   0.32
XYZ29.599837.597111.6581
Yxy37.59710.37540.4768
Hunter Lab61.3165-21.135131.6487
CIE-Lab67.7226-21.961549.3795

#9aae47 color RGB value is (154,174,71).

#9aae47 hex color red value is 154, green value is 174 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #9aae47 hue: 0.20 , saturation: 0.42 and the lightness value of 9aae47 is 0.48.

The process color (four color CMYK) of #9aae47 color hex is 0.11, 0.00, 0.59, 0.32. Web safe color of #9aae47 is #999933. Color #9aae47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101110 01000111
Octal 232 256 107
Decimal 154 174 71
Hex 9A AE 47

RGB Percentages of Color #9aae47

%38.60
%43.61
%17.79

CMYK Percentages of Color #9aae47

%11
%0
%59
%32

Triadic Colors of #9aae47

#9aae47 #479aae #ae479a

Analogous Colors of #9aae47

#9aae47 #67ae47 #ae8f47

Monochromatic Colors of #9aae47

#9aae47

Complementary Color

#9aae47 #5b47ae

#9aae47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aae47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aae47 Color CSS Codes

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

#9aae47 Text Font Color

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

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


#9aae47 Background Color

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

This div background color is #9aae47


#9aae47 Border Color

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

This div border color is #9aae47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aae47


Comments

No comments written yet.

Please login to write comment.