Color Hex Logo

#ae180a Color Hex

#AE180A
(174,24,10)
0 Favorites   0 Comments

Color spaces of #ae180a

RGB 1742410
HSL0.010.890.36
HSV94°68°
CMYK 0.000.860.94   0.32
XYZ17.83709.67391.2143
Yxy9.67390.62100.3368
Hunter Lab31.102947.936819.4573
CIE-Lab37.250756.733747.1275

#ae180a color RGB value is (174,24,10).

#ae180a hex color red value is 174, green value is 24 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ae180a hue: 0.01 , saturation: 0.89 and the lightness value of ae180a is 0.36.

The process color (four color CMYK) of #ae180a color hex is 0.00, 0.86, 0.94, 0.32. Web safe color of #ae180a is #990000. Color #ae180a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011000 00001010
Octal 256 30 12
Decimal 174 24 10
Hex AE 18 A

RGB Percentages of Color #ae180a

%83.65
%11.54
%4.81

CMYK Percentages of Color #ae180a

%0
%86
%94
%32

Triadic Colors of #ae180a

#ae180a #0aae18 #180aae

Analogous Colors of #ae180a

#ae180a #ae6a0a #ae0a4e

Monochromatic Colors of #ae180a

#ae180a

Complementary Color

#ae180a #0aa0ae

#ae180a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae180a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae180a Color CSS Codes

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

#ae180a Text Font Color

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

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


#ae180a Background Color

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

This div background color is #ae180a


#ae180a Border Color

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

This div border color is #ae180a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae180a


Comments

No comments written yet.

Please login to write comment.