Color Hex Logo

#aaae27 Color Hex

#AAAE27
(170,174,39)
0 Favorites   0 Comments

Color spaces of #aaae27

RGB 17017439
HSL0.170.630.42
HSV62°78°68°
CMYK 0.020.000.78   0.32
XYZ32.079838.96467.7496
Yxy38.96460.40710.4945
Hunter Lab62.4216-17.502936.3343
CIE-Lab68.7256-17.072363.1948

#aaae27 color RGB value is (170,174,39).

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

The process color (four color CMYK) of #aaae27 color hex is 0.02, 0.00, 0.78, 0.32. Web safe color of #aaae27 is #999933. Color #aaae27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 00100111
Octal 252 256 47
Decimal 170 174 39
Hex AA AE 27

RGB Percentages of Color #aaae27

%44.39
%45.43
%10.18

CMYK Percentages of Color #aaae27

%2
%0
%78
%32

Triadic Colors of #aaae27

#aaae27 #27aaae #ae27aa

Analogous Colors of #aaae27

#aaae27 #67ae27 #ae6f27

Monochromatic Colors of #aaae27

#aaae27

Complementary Color

#aaae27 #2b27ae

#aaae27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae27 Color CSS Codes

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

#aaae27 Text Font Color

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

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


#aaae27 Background Color

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

This div background color is #aaae27


#aaae27 Border Color

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

This div border color is #aaae27


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,174,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 #aaae27">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae27


Comments

No comments written yet.

Please login to write comment.