Color Hex Logo

#aea628 Color Hex

#AEA628
(174,166,40)
0 Favorites   0 Comments

Color spaces of #aea628

RGB 17416640
HSL0.160.630.42
HSV56°77°68°
CMYK 0.000.050.77   0.32
XYZ31.474836.42437.3792
Yxy36.42430.41810.4839
Hunter Lab60.3525-12.526434.9975
CIE-Lab66.8429-11.159361.2908

#aea628 color RGB value is (174,166,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 00101000
Octal 256 246 50
Decimal 174 166 40
Hex AE A6 28

RGB Percentages of Color #aea628

%45.79
%43.68
%10.53

CMYK Percentages of Color #aea628

%0
%5
%77
%32

Triadic Colors of #aea628

#aea628 #28aea6 #a628ae

Analogous Colors of #aea628

#aea628 #73ae28 #ae6328

Monochromatic Colors of #aea628

#aea628

Complementary Color

#aea628 #2830ae

#aea628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea628 Color CSS Codes

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

#aea628 Text Font Color

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

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


#aea628 Background Color

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

This div background color is #aea628


#aea628 Border Color

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

This div border color is #aea628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea628


Comments

No comments written yet.

Please login to write comment.