Color Hex Logo

#ae5421 Color Hex

#AE5421
(174,84,33)
0 Favorites   0 Comments

Color spaces of #ae5421

RGB 1748433
HSL0.060.680.41
HSV22°81°68°
CMYK 0.000.520.81   0.32
XYZ20.900415.44913.3193
Yxy15.44910.52690.3895
Hunter Lab39.305326.132022.5068
CIE-Lab46.243333.502844.8382

#ae5421 color RGB value is (174,84,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 00100001
Octal 256 124 41
Decimal 174 84 33
Hex AE 54 21

RGB Percentages of Color #ae5421

%59.79
%28.87
%11.34

CMYK Percentages of Color #ae5421

%0
%52
%81
%32

Triadic Colors of #ae5421

#ae5421 #21ae54 #5421ae

Analogous Colors of #ae5421

#ae5421 #ae9b21 #ae2135

Monochromatic Colors of #ae5421

#ae5421

Complementary Color

#ae5421 #217bae

#ae5421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5421 Color CSS Codes

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

#ae5421 Text Font Color

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

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


#ae5421 Background Color

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

This div background color is #ae5421


#ae5421 Border Color

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

This div border color is #ae5421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5421


Comments

No comments written yet.

Please login to write comment.