Color Hex Logo

#aea626 Color Hex

#AEA626
(174,166,38)
0 Favorites   0 Comments

Color spaces of #aea626

RGB 17416638
HSL0.160.640.42
HSV56°78°68°
CMYK 0.000.050.78   0.32
XYZ31.441636.41107.2046
Yxy36.41100.41890.4851
Hunter Lab60.3415-12.588335.1600
CIE-Lab66.8328-11.237561.9217

#aea626 color RGB value is (174,166,38).

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

The process color (four color CMYK) of #aea626 color hex is 0.00, 0.05, 0.78, 0.32. Web safe color of #aea626 is #999933. Color #aea626 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 00100110
Octal 256 246 46
Decimal 174 166 38
Hex AE A6 26

RGB Percentages of Color #aea626

%46.03
%43.92
%10.05

CMYK Percentages of Color #aea626

%0
%5
%78
%32

Triadic Colors of #aea626

#aea626 #26aea6 #a626ae

Analogous Colors of #aea626

#aea626 #72ae26 #ae6226

Monochromatic Colors of #aea626

#aea626

Complementary Color

#aea626 #262eae

#aea626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea626 Color CSS Codes

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

#aea626 Text Font Color

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

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


#aea626 Background Color

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

This div background color is #aea626


#aea626 Border Color

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

This div border color is #aea626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea626


Comments

No comments written yet.

Please login to write comment.