Color Hex Logo

#ae5420 Color Hex

#AE5420
(174,84,32)
0 Favorites   0 Comments

Color spaces of #ae5420

RGB 1748432
HSL0.060.690.40
HSV22°82°68°
CMYK 0.000.520.82   0.32
XYZ20.886615.44363.2466
Yxy15.44360.52770.3902
Hunter Lab39.298326.098522.6106
CIE-Lab46.235933.468245.2850

#ae5420 color RGB value is (174,84,32).

#ae5420 hex color red value is 174, green value is 84 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ae5420 hue: 0.06 , saturation: 0.69 and the lightness value of ae5420 is 0.40.

The process color (four color CMYK) of #ae5420 color hex is 0.00, 0.52, 0.82, 0.32. Web safe color of #ae5420 is #996633. Color #ae5420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 00100000
Octal 256 124 40
Decimal 174 84 32
Hex AE 54 20

RGB Percentages of Color #ae5420

%60.00
%28.97
%11.03

CMYK Percentages of Color #ae5420

%0
%52
%82
%32

Triadic Colors of #ae5420

#ae5420 #20ae54 #5420ae

Analogous Colors of #ae5420

#ae5420 #ae9b20 #ae2033

Monochromatic Colors of #ae5420

#ae5420

Complementary Color

#ae5420 #207aae

#ae5420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5420 Color CSS Codes

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

#ae5420 Text Font Color

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

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


#ae5420 Background Color

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

This div background color is #ae5420


#ae5420 Border Color

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

This div border color is #ae5420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5420


Comments

No comments written yet.

Please login to write comment.