Color Hex Logo

#ae140f Color Hex

#AE140F
(174,20,15)
0 Favorites   0 Comments

Color spaces of #ae140f

RGB 1742015
HSL0.010.840.37
HSV91°68°
CMYK 0.000.890.91   0.32
XYZ17.79199.53351.3543
Yxy9.53350.62040.3324
Hunter Lab30.876448.823519.0129
CIE-Lab36.991857.608045.0260

#ae140f color RGB value is (174,20,15).

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

The process color (four color CMYK) of #ae140f color hex is 0.00, 0.89, 0.91, 0.32. Web safe color of #ae140f is #990000. Color #ae140f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010100 00001111
Octal 256 24 17
Decimal 174 20 15
Hex AE 14 F

RGB Percentages of Color #ae140f

%83.25
%9.57
%7.18

CMYK Percentages of Color #ae140f

%0
%89
%91
%32

Triadic Colors of #ae140f

#ae140f #0fae14 #140fae

Analogous Colors of #ae140f

#ae140f #ae640f #ae0f5a

Monochromatic Colors of #ae140f

#ae140f

Complementary Color

#ae140f #0fa9ae

#ae140f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae140f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae140f Color CSS Codes

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

#ae140f Text Font Color

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

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


#ae140f Background Color

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

This div background color is #ae140f


#ae140f Border Color

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

This div border color is #ae140f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,20,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 #ae140f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae140f


Comments

No comments written yet.

Please login to write comment.