Color Hex Logo

#aeae36 Color Hex

#AEAE36
(174,174,54)
0 Favorites   0 Comments

Color spaces of #aeae36

RGB 17417454
HSL0.170.530.45
HSV60°69°68°
CMYK 0.000.000.69   0.32
XYZ33.257539.53719.3686
Yxy39.53710.40480.4812
Hunter Lab62.8785-15.625835.1810
CIE-Lab69.1386-14.643258.4959

#aeae36 color RGB value is (174,174,54).

#aeae36 hex color red value is 174, green value is 174 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #aeae36 hue: 0.17 , saturation: 0.53 and the lightness value of aeae36 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 00110110
Octal 256 256 66
Decimal 174 174 54
Hex AE AE 36

RGB Percentages of Color #aeae36

%43.28
%43.28
%13.43

CMYK Percentages of Color #aeae36

%0
%0
%69
%32

Triadic Colors of #aeae36

#aeae36 #36aeae #ae36ae

Analogous Colors of #aeae36

#aeae36 #72ae36 #ae7236

Monochromatic Colors of #aeae36

#aeae36

Complementary Color

#aeae36 #3636ae

#aeae36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae36 Color CSS Codes

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

#aeae36 Text Font Color

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

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


#aeae36 Background Color

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

This div background color is #aeae36


#aeae36 Border Color

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

This div border color is #aeae36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae36

#aeae36 Color Palettes


Comments

No comments written yet.

Please login to write comment.