Color Hex Logo

#aea617 Color Hex

#AEA617
(174,166,23)
0 Favorites   0 Comments

Color spaces of #aea617

RGB 17416623
HSL0.160.770.39
HSV57°87°68°
CMYK 0.000.050.87   0.32
XYZ31.246436.33306.1767
Yxy36.33300.42360.4926
Hunter Lab60.2769-12.953436.1182
CIE-Lab66.7736-11.699465.8657

#aea617 color RGB value is (174,166,23).

#aea617 hex color red value is 174, green value is 166 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #aea617 hue: 0.16 , saturation: 0.77 and the lightness value of aea617 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 00010111
Octal 256 246 27
Decimal 174 166 23
Hex AE A6 17

RGB Percentages of Color #aea617

%47.93
%45.73
%6.34

CMYK Percentages of Color #aea617

%0
%5
%87
%32

Triadic Colors of #aea617

#aea617 #17aea6 #a617ae

Analogous Colors of #aea617

#aea617 #6bae17 #ae5b17

Monochromatic Colors of #aea617

#aea617

Complementary Color

#aea617 #171fae

#aea617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea617 Color CSS Codes

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

#aea617 Text Font Color

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

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


#aea617 Background Color

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

This div background color is #aea617


#aea617 Border Color

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

This div border color is #aea617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea617


Comments

No comments written yet.

Please login to write comment.