Color Hex Logo

#ae801c Color Hex

#AE801C
(174,128,28)
0 Favorites   0 Comments

Color spaces of #ae801c

RGB 17412828
HSL0.110.720.40
HSV41°84°68°
CMYK 0.000.260.84   0.32
XYZ25.384324.52094.4937
Yxy24.52090.46660.4508
Hunter Lab49.51864.845529.2826
CIE-Lab56.60569.037256.0662

#ae801c color RGB value is (174,128,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 00011100
Octal 256 200 34
Decimal 174 128 28
Hex AE 80 1C

RGB Percentages of Color #ae801c

%52.73
%38.79
%8.48

CMYK Percentages of Color #ae801c

%0
%26
%84
%32

Triadic Colors of #ae801c

#ae801c #1cae80 #801cae

Analogous Colors of #ae801c

#ae801c #93ae1c #ae371c

Monochromatic Colors of #ae801c

#ae801c

Complementary Color

#ae801c #1c4aae

#ae801c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae801c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae801c Color CSS Codes

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

#ae801c Text Font Color

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

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


#ae801c Background Color

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

This div background color is #ae801c


#ae801c Border Color

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

This div border color is #ae801c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae801c


Comments

No comments written yet.

Please login to write comment.