Color Hex Logo

#ae240b Color Hex

#AE240B
(174,36,11)
0 Favorites   0 Comments

Color spaces of #ae240b

RGB 1743611
HSL0.030.880.36
HSV94°68°
CMYK 0.000.790.94   0.32
XYZ18.146810.28461.3453
Yxy10.28460.60940.3454
Hunter Lab32.069644.883619.9616
CIE-Lab38.348453.649847.4679

#ae240b color RGB value is (174,36,11).

#ae240b hex color red value is 174, green value is 36 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ae240b hue: 0.03 , saturation: 0.88 and the lightness value of ae240b is 0.36.

The process color (four color CMYK) of #ae240b color hex is 0.00, 0.79, 0.94, 0.32. Web safe color of #ae240b is #993300. Color #ae240b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100100 00001011
Octal 256 44 13
Decimal 174 36 11
Hex AE 24 B

RGB Percentages of Color #ae240b

%78.73
%16.29
%4.98

CMYK Percentages of Color #ae240b

%0
%79
%94
%32

Triadic Colors of #ae240b

#ae240b #0bae24 #240bae

Analogous Colors of #ae240b

#ae240b #ae760b #ae0b44

Monochromatic Colors of #ae240b

#ae240b

Complementary Color

#ae240b #0b95ae

#ae240b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae240b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae240b Color CSS Codes

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

#ae240b Text Font Color

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

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


#ae240b Background Color

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

This div background color is #ae240b


#ae240b Border Color

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

This div border color is #ae240b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae240b


Comments

No comments written yet.

Please login to write comment.