Color Hex Logo

#aaae14 Color Hex

#AAAE14
(170,174,20)
0 Favorites   0 Comments

Color spaces of #aaae14

RGB 17017420
HSL0.170.790.38
HSV62°89°68°
CMYK 0.020.000.89   0.32
XYZ31.839938.86876.4861
Yxy38.86870.41250.5035
Hunter Lab62.3448-17.942237.4730
CIE-Lab68.6560-17.642467.8491

#aaae14 color RGB value is (170,174,20).

#aaae14 hex color red value is 170, green value is 174 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #aaae14 hue: 0.17 , saturation: 0.79 and the lightness value of aaae14 is 0.38.

The process color (four color CMYK) of #aaae14 color hex is 0.02, 0.00, 0.89, 0.32. Web safe color of #aaae14 is #999900. Color #aaae14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 00010100
Octal 252 256 24
Decimal 170 174 20
Hex AA AE 14

RGB Percentages of Color #aaae14

%46.70
%47.80
%5.49

CMYK Percentages of Color #aaae14

%2
%0
%89
%32

Triadic Colors of #aaae14

#aaae14 #14aaae #ae14aa

Analogous Colors of #aaae14

#aaae14 #5dae14 #ae6514

Monochromatic Colors of #aaae14

#aaae14

Complementary Color

#aaae14 #1814ae

#aaae14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae14 Color CSS Codes

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

#aaae14 Text Font Color

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

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


#aaae14 Background Color

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

This div background color is #aaae14


#aaae14 Border Color

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

This div border color is #aaae14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae14


Comments

No comments written yet.

Please login to write comment.