Color Hex Logo

#ae8029 Color Hex

#AE8029
(174,128,41)
0 Favorites   0 Comments

Color spaces of #ae8029

RGB 17412841
HSL0.110.620.42
HSV39°76°68°
CMYK 0.000.260.76   0.32
XYZ25.575024.59715.4976
Yxy24.59710.45940.4418
Hunter Lab49.59555.255428.1446
CIE-Lab56.68079.517751.3906

#ae8029 color RGB value is (174,128,41).

#ae8029 hex color red value is 174, green value is 128 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ae8029 hue: 0.11 , saturation: 0.62 and the lightness value of ae8029 is 0.42.

The process color (four color CMYK) of #ae8029 color hex is 0.00, 0.26, 0.76, 0.32. Web safe color of #ae8029 is #999933. Color #ae8029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 00101001
Octal 256 200 51
Decimal 174 128 41
Hex AE 80 29

RGB Percentages of Color #ae8029

%50.73
%37.32
%11.95

CMYK Percentages of Color #ae8029

%0
%26
%76
%32

Triadic Colors of #ae8029

#ae8029 #29ae80 #8029ae

Analogous Colors of #ae8029

#ae8029 #9aae29 #ae3e29

Monochromatic Colors of #ae8029

#ae8029

Complementary Color

#ae8029 #2957ae

#ae8029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8029 Color CSS Codes

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

#ae8029 Text Font Color

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

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


#ae8029 Background Color

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

This div background color is #ae8029


#ae8029 Border Color

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

This div border color is #ae8029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8029


Comments

No comments written yet.

Please login to write comment.