Color Hex Logo

#aeae29 Color Hex

#AEAE29
(174,174,41)
0 Favorites   0 Comments

Color spaces of #aeae29

RGB 17417441
HSL0.170.620.42
HSV60°76°68°
CMYK 0.000.000.76   0.32
XYZ32.991839.43097.9699
Yxy39.43090.41040.4905
Hunter Lab62.7940-16.106236.4307
CIE-Lab69.0623-15.255162.9972

#aeae29 color RGB value is (174,174,41).

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

The process color (four color CMYK) of #aeae29 color hex is 0.00, 0.00, 0.76, 0.32. Web safe color of #aeae29 is #999933. Color #aeae29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 00101001
Octal 256 256 51
Decimal 174 174 41
Hex AE AE 29

RGB Percentages of Color #aeae29

%44.73
%44.73
%10.54

CMYK Percentages of Color #aeae29

%0
%0
%76
%32

Triadic Colors of #aeae29

#aeae29 #29aeae #ae29ae

Analogous Colors of #aeae29

#aeae29 #6cae29 #ae6c29

Monochromatic Colors of #aeae29

#aeae29

Complementary Color

#aeae29 #2929ae

#aeae29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae29 Color CSS Codes

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

#aeae29 Text Font Color

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

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


#aeae29 Background Color

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

This div background color is #aeae29


#aeae29 Border Color

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

This div border color is #aeae29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae29


Comments

No comments written yet.

Please login to write comment.