Color Hex Logo

#aeae09 Color Hex

#AEAE09
(174,174,9)
0 Favorites   0 Comments

Color spaces of #aeae09

RGB 1741749
HSL0.170.900.36
HSV60°95°68°
CMYK 0.000.000.95   0.32
XYZ32.640939.29056.1219
Yxy39.29050.41820.5034
Hunter Lab62.6821-16.742238.0869
CIE-Lab68.9612-16.069769.8654

#aeae09 color RGB value is (174,174,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 00001001
Octal 256 256 11
Decimal 174 174 9
Hex AE AE 9

RGB Percentages of Color #aeae09

%48.74
%48.74
%2.52

CMYK Percentages of Color #aeae09

%0
%0
%95
%32

Triadic Colors of #aeae09

#aeae09 #09aeae #ae09ae

Analogous Colors of #aeae09

#aeae09 #5cae09 #ae5c09

Monochromatic Colors of #aeae09

#aeae09

Complementary Color

#aeae09 #0909ae

#aeae09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae09 Color CSS Codes

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

#aeae09 Text Font Color

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

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


#aeae09 Background Color

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

This div background color is #aeae09


#aeae09 Border Color

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

This div border color is #aeae09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae09


Comments

No comments written yet.

Please login to write comment.