Color Hex Logo

#ae150a Color Hex

#AE150A
(174,21,10)
0 Favorites   0 Comments

Color spaces of #ae150a

RGB 1742110
HSL0.010.890.36
HSV94°68°
CMYK 0.000.880.94   0.32
XYZ17.77859.55691.1948
Yxy9.55690.62310.3350
Hunter Lab30.914248.553819.3485
CIE-Lab37.035157.349546.9964

#ae150a color RGB value is (174,21,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 00001010
Octal 256 25 12
Decimal 174 21 10
Hex AE 15 A

RGB Percentages of Color #ae150a

%84.88
%10.24
%4.88

CMYK Percentages of Color #ae150a

%0
%88
%94
%32

Triadic Colors of #ae150a

#ae150a #0aae15 #150aae

Analogous Colors of #ae150a

#ae150a #ae670a #ae0a51

Monochromatic Colors of #ae150a

#ae150a

Complementary Color

#ae150a #0aa3ae

#ae150a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae150a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae150a Color CSS Codes

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

#ae150a Text Font Color

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

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


#ae150a Background Color

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

This div background color is #ae150a


#ae150a Border Color

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

This div border color is #ae150a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae150a


Comments

No comments written yet.

Please login to write comment.