Color Hex Logo

#ae5400 Color Hex

#AE5400
(174,84,0)
0 Favorites   0 Comments

Color spaces of #ae5400

RGB 174840
HSL0.081.000.34
HSV29°100°68°
CMYK 0.000.521.00   0.32
XYZ20.625915.33931.8737
Yxy15.33930.54510.4054
Hunter Lab39.165425.465024.5793
CIE-Lab46.095532.812855.4262

#ae5400 color RGB value is (174,84,0).

#ae5400 hex color red value is 174, green value is 84 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ae5400 hue: 0.08 , saturation: 1.00 and the lightness value of ae5400 is 0.34.

The process color (four color CMYK) of #ae5400 color hex is 0.00, 0.52, 1.00, 0.32. Web safe color of #ae5400 is #996600. Color #ae5400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 00000000
Octal 256 124 0
Decimal 174 84 0
Hex AE 54 0

RGB Percentages of Color #ae5400

%67.44
%32.56
%0.00

CMYK Percentages of Color #ae5400

%0
%52
%100
%32

Triadic Colors of #ae5400

#ae5400 #00ae54 #5400ae

Analogous Colors of #ae5400

#ae5400 #aeab00 #ae0003

Monochromatic Colors of #ae5400

#ae5400

Complementary Color

#ae5400 #005aae

#ae5400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5400 Color CSS Codes

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

#ae5400 Text Font Color

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

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


#ae5400 Background Color

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

This div background color is #ae5400


#ae5400 Border Color

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

This div border color is #ae5400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5400


Comments

No comments written yet.

Please login to write comment.