Color Hex Logo

#aea805 Color Hex

#AEA805
(174,168,5)
0 Favorites   0 Comments

Color spaces of #aea805

RGB 1741685
HSL0.160.940.35
HSV58°97°68°
CMYK 0.000.030.97   0.32
XYZ31.485637.01495.6287
Yxy37.01490.42470.4993
Hunter Lab60.8399-14.093237.1026
CIE-Lab67.2882-13.039369.0964

#aea805 color RGB value is (174,168,5).

#aea805 hex color red value is 174, green value is 168 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #aea805 hue: 0.16 , saturation: 0.94 and the lightness value of aea805 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 00000101
Octal 256 250 5
Decimal 174 168 5
Hex AE A8 5

RGB Percentages of Color #aea805

%50.14
%48.41
%1.44

CMYK Percentages of Color #aea805

%0
%3
%97
%32

Triadic Colors of #aea805

#aea805 #05aea8 #a805ae

Analogous Colors of #aea805

#aea805 #60ae05 #ae5305

Monochromatic Colors of #aea805

#aea805

Complementary Color

#aea805 #050bae

#aea805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea805 Color CSS Codes

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

#aea805 Text Font Color

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

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


#aea805 Background Color

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

This div background color is #aea805


#aea805 Border Color

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

This div border color is #aea805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea805


Comments

No comments written yet.

Please login to write comment.