Color Hex Logo

#aeae0a Color Hex

#AEAE0A
(174,174,10)
0 Favorites   0 Comments

Color spaces of #aeae0a

RGB 17417410
HSL0.170.890.36
HSV60°94°68°
CMYK 0.000.000.94   0.32
XYZ32.646439.29276.1508
Yxy39.29270.41810.5032
Hunter Lab62.6839-16.732238.0609
CIE-Lab68.9628-16.056869.7477

#aeae0a color RGB value is (174,174,10).

#aeae0a hex color red value is 174, green value is 174 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aeae0a hue: 0.17 , saturation: 0.89 and the lightness value of aeae0a is 0.36.

The process color (four color CMYK) of #aeae0a color hex is 0.00, 0.00, 0.94, 0.32. Web safe color of #aeae0a is #999900. Color #aeae0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 00001010
Octal 256 256 12
Decimal 174 174 10
Hex AE AE A

RGB Percentages of Color #aeae0a

%48.60
%48.60
%2.79

CMYK Percentages of Color #aeae0a

%0
%0
%94
%32

Triadic Colors of #aeae0a

#aeae0a #0aaeae #ae0aae

Analogous Colors of #aeae0a

#aeae0a #5cae0a #ae5c0a

Monochromatic Colors of #aeae0a

#aeae0a

Complementary Color

#aeae0a #0a0aae

#aeae0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae0a Color CSS Codes

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

#aeae0a Text Font Color

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

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


#aeae0a Background Color

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

This div background color is #aeae0a


#aeae0a Border Color

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

This div border color is #aeae0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae0a


Comments

No comments written yet.

Please login to write comment.