Color Hex Logo

#aeae41 Color Hex

#AEAE41
(174,174,65)
0 Favorites   0 Comments

Color spaces of #aeae41

RGB 17417465
HSL0.170.460.47
HSV60°63°68°
CMYK 0.000.000.63   0.32
XYZ33.545739.652410.8867
Yxy39.65240.39900.4716
Hunter Lab62.9702-15.106633.8287
CIE-Lab69.2212-13.984854.1059

#aeae41 color RGB value is (174,174,65).

#aeae41 hex color red value is 174, green value is 174 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #aeae41 hue: 0.17 , saturation: 0.46 and the lightness value of aeae41 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01000001
Octal 256 256 101
Decimal 174 174 65
Hex AE AE 41

RGB Percentages of Color #aeae41

%42.13
%42.13
%15.74

CMYK Percentages of Color #aeae41

%0
%0
%63
%32

Triadic Colors of #aeae41

#aeae41 #41aeae #ae41ae

Analogous Colors of #aeae41

#aeae41 #78ae41 #ae7841

Monochromatic Colors of #aeae41

#aeae41

Complementary Color

#aeae41 #4141ae

#aeae41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae41 Color CSS Codes

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

#aeae41 Text Font Color

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

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


#aeae41 Background Color

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

This div background color is #aeae41


#aeae41 Border Color

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

This div border color is #aeae41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae41


Comments

No comments written yet.

Please login to write comment.