Color Hex Logo

#aeae0e Color Hex

#AEAE0E
(174,174,14)
0 Favorites   0 Comments

Color spaces of #aeae0e

RGB 17417414
HSL0.170.850.37
HSV60°92°68°
CMYK 0.000.000.92   0.32
XYZ32.670939.30256.2797
Yxy39.30250.41750.5022
Hunter Lab62.6917-16.687737.9452
CIE-Lab68.9698-15.999769.2276

#aeae0e color RGB value is (174,174,14).

#aeae0e hex color red value is 174, green value is 174 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aeae0e hue: 0.17 , saturation: 0.85 and the lightness value of aeae0e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 00001110
Octal 256 256 16
Decimal 174 174 14
Hex AE AE E

RGB Percentages of Color #aeae0e

%48.07
%48.07
%3.87

CMYK Percentages of Color #aeae0e

%0
%0
%92
%32

Triadic Colors of #aeae0e

#aeae0e #0eaeae #ae0eae

Analogous Colors of #aeae0e

#aeae0e #5eae0e #ae5e0e

Monochromatic Colors of #aeae0e

#aeae0e

Complementary Color

#aeae0e #0e0eae

#aeae0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae0e Color CSS Codes

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

#aeae0e Text Font Color

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

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


#aeae0e Background Color

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

This div background color is #aeae0e


#aeae0e Border Color

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

This div border color is #aeae0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae0e


Comments

No comments written yet.

Please login to write comment.