Color Hex Logo

#aeac0e Color Hex

#AEAC0E
(174,172,14)
0 Favorites   0 Comments

Color spaces of #aeac0e

RGB 17417214
HSL0.160.850.37
HSV59°92°68°
CMYK 0.000.010.92   0.32
XYZ32.287338.53546.1518
Yxy38.53540.41950.5006
Hunter Lab62.0769-15.793537.5782
CIE-Lab68.4134-14.977468.7964

#aeac0e color RGB value is (174,172,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 00001110
Octal 256 254 16
Decimal 174 172 14
Hex AE AC E

RGB Percentages of Color #aeac0e

%48.33
%47.78
%3.89

CMYK Percentages of Color #aeac0e

%0
%1
%92
%32

Triadic Colors of #aeac0e

#aeac0e #0eaeac #ac0eae

Analogous Colors of #aeac0e

#aeac0e #60ae0e #ae5c0e

Monochromatic Colors of #aeac0e

#aeac0e

Complementary Color

#aeac0e #0e10ae

#aeac0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac0e Color CSS Codes

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

#aeac0e Text Font Color

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

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


#aeac0e Background Color

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

This div background color is #aeac0e


#aeac0e Border Color

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

This div border color is #aeac0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,172,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 #aeac0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac0e


Comments

No comments written yet.

Please login to write comment.