Color Hex Logo

#ae400f Color Hex

#AE400F
(174,64,15)
0 Favorites   0 Comments

Color spaces of #ae400f

RGB 1746415
HSL0.050.840.37
HSV18°91°68°
CMYK 0.000.630.91   0.32
XYZ19.375212.70001.8821
Yxy12.70000.57060.3740
Hunter Lab35.637134.682221.8147
CIE-Lab42.307742.939248.8186

#ae400f color RGB value is (174,64,15).

#ae400f hex color red value is 174, green value is 64 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ae400f hue: 0.05 , saturation: 0.84 and the lightness value of ae400f is 0.37.

The process color (four color CMYK) of #ae400f color hex is 0.00, 0.63, 0.91, 0.32. Web safe color of #ae400f is #993300. Color #ae400f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000000 00001111
Octal 256 100 17
Decimal 174 64 15
Hex AE 40 F

RGB Percentages of Color #ae400f

%68.77
%25.30
%5.93

CMYK Percentages of Color #ae400f

%0
%63
%91
%32

Triadic Colors of #ae400f

#ae400f #0fae40 #400fae

Analogous Colors of #ae400f

#ae400f #ae900f #ae0f2d

Monochromatic Colors of #ae400f

#ae400f

Complementary Color

#ae400f #0f7dae

#ae400f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae400f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae400f Color CSS Codes

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

#ae400f Text Font Color

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

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


#ae400f Background Color

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

This div background color is #ae400f


#ae400f Border Color

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

This div border color is #ae400f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae400f


Comments

No comments written yet.

Please login to write comment.