Color Hex Logo

#aae829 Color Hex

#AAE829
(170,232,41)
0 Favorites   0 Comments

Color spaces of #aae829

RGB 17023241
HSL0.220.810.54
HSV79°82°91°
CMYK 0.270.000.82   0.09
XYZ45.834466.419412.5023
Yxy66.41940.36740.5324
Hunter Lab81.4981-42.233647.9532
CIE-Lab85.2099-44.157877.2908

#aae829 color RGB value is (170,232,41).

#aae829 hex color red value is 170, green value is 232 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #aae829 hue: 0.22 , saturation: 0.81 and the lightness value of aae829 is 0.54.

The process color (four color CMYK) of #aae829 color hex is 0.27, 0.00, 0.82, 0.09. Web safe color of #aae829 is #99ff33. Color #aae829 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 00101001
Octal 252 350 51
Decimal 170 232 41
Hex AA E8 29

RGB Percentages of Color #aae829

%38.37
%52.37
%9.26

CMYK Percentages of Color #aae829

%27
%0
%82
%9

Triadic Colors of #aae829

#aae829 #29aae8 #e829aa

Analogous Colors of #aae829

#aae829 #4ae829 #e8c729

Monochromatic Colors of #aae829

#aae829

Complementary Color

#aae829 #6729e8

#aae829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae829 Color CSS Codes

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

#aae829 Text Font Color

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

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


#aae829 Background Color

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

This div background color is #aae829


#aae829 Border Color

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

This div border color is #aae829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae829


Comments

No comments written yet.

Please login to write comment.