Color Hex Logo

#ae501f Color Hex

#AE501F
(174,80,31)
0 Favorites   0 Comments

Color spaces of #ae501f

RGB 1748031
HSL0.060.700.40
HSV21°82°68°
CMYK 0.000.540.82   0.32
XYZ20.571514.83493.0755
Yxy14.83490.53460.3855
Hunter Lab38.516127.933922.2270
CIE-Lab45.407235.514944.9655

#ae501f color RGB value is (174,80,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010000 00011111
Octal 256 120 37
Decimal 174 80 31
Hex AE 50 1F

RGB Percentages of Color #ae501f

%61.05
%28.07
%10.88

CMYK Percentages of Color #ae501f

%0
%54
%82
%32

Triadic Colors of #ae501f

#ae501f #1fae50 #501fae

Analogous Colors of #ae501f

#ae501f #ae981f #ae1f35

Monochromatic Colors of #ae501f

#ae501f

Complementary Color

#ae501f #1f7dae

#ae501f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae501f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae501f Color CSS Codes

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

#ae501f Text Font Color

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

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


#ae501f Background Color

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

This div background color is #ae501f


#ae501f Border Color

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

This div border color is #ae501f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae501f


Comments

No comments written yet.

Please login to write comment.