Color Hex Logo

#aeae31 Color Hex

#AEAE31
(174,174,49)
0 Favorites   0 Comments

Color spaces of #aeae31

RGB 17417449
HSL0.170.560.44
HSV60°72°68°
CMYK 0.000.000.72   0.32
XYZ33.146039.49258.7816
Yxy39.49250.40710.4850
Hunter Lab62.8431-15.827135.7050
CIE-Lab69.1065-14.899360.3246

#aeae31 color RGB value is (174,174,49).

#aeae31 hex color red value is 174, green value is 174 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #aeae31 hue: 0.17 , saturation: 0.56 and the lightness value of aeae31 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 00110001
Octal 256 256 61
Decimal 174 174 49
Hex AE AE 31

RGB Percentages of Color #aeae31

%43.83
%43.83
%12.34

CMYK Percentages of Color #aeae31

%0
%0
%72
%32

Triadic Colors of #aeae31

#aeae31 #31aeae #ae31ae

Analogous Colors of #aeae31

#aeae31 #70ae31 #ae7031

Monochromatic Colors of #aeae31

#aeae31

Complementary Color

#aeae31 #3131ae

#aeae31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae31 Color CSS Codes

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

#aeae31 Text Font Color

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

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


#aeae31 Background Color

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

This div background color is #aeae31


#aeae31 Border Color

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

This div border color is #aeae31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae31


Comments

No comments written yet.

Please login to write comment.