Color Hex Logo

#a9ae0e Color Hex

#A9AE0E
(169,174,14)
0 Favorites   0 Comments

Color spaces of #a9ae0e

RGB 16917414
HSL0.170.850.37
HSV62°92°68°
CMYK 0.030.000.92   0.32
XYZ31.577538.73886.2285
Yxy38.73880.41250.5061
Hunter Lab62.2405-18.359537.6351
CIE-Lab68.5616-18.192068.7344

#a9ae0e color RGB value is (169,174,14).

#a9ae0e hex color red value is 169, green value is 174 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a9ae0e hue: 0.17 , saturation: 0.85 and the lightness value of a9ae0e is 0.37.

The process color (four color CMYK) of #a9ae0e color hex is 0.03, 0.00, 0.92, 0.32. Web safe color of #a9ae0e is #999900. Color #a9ae0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101110 00001110
Octal 251 256 16
Decimal 169 174 14
Hex A9 AE E

RGB Percentages of Color #a9ae0e

%47.34
%48.74
%3.92

CMYK Percentages of Color #a9ae0e

%3
%0
%92
%32

Triadic Colors of #a9ae0e

#a9ae0e #0ea9ae #ae0ea9

Analogous Colors of #a9ae0e

#a9ae0e #59ae0e #ae630e

Monochromatic Colors of #a9ae0e

#a9ae0e

Complementary Color

#a9ae0e #130eae

#a9ae0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ae0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ae0e Color CSS Codes

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

#a9ae0e Text Font Color

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

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


#a9ae0e Background Color

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

This div background color is #a9ae0e


#a9ae0e Border Color

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

This div border color is #a9ae0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,174,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9ae0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9ae0e;
  -webkit-box-shadow: 1px 1px 3px 2px #a9ae0e;
  box-shadow:         1px 1px 3px 2px #a9ae0e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ae0e


Comments

No comments written yet.

Please login to write comment.