Color Hex Logo

#ae200c Color Hex

#AE200C
(174,32,12)
0 Favorites   0 Comments

Color spaces of #ae200c

RGB 1743212
HSL0.020.870.36
HSV93°68°
CMYK 0.000.820.93   0.32
XYZ18.038410.05821.3385
Yxy10.05820.61280.3417
Hunter Lab31.714746.025119.6980
CIE-Lab37.946754.807146.8533

#ae200c color RGB value is (174,32,12).

#ae200c hex color red value is 174, green value is 32 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ae200c hue: 0.02 , saturation: 0.87 and the lightness value of ae200c is 0.36.

The process color (four color CMYK) of #ae200c color hex is 0.00, 0.82, 0.93, 0.32. Web safe color of #ae200c is #993300. Color #ae200c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100000 00001100
Octal 256 40 14
Decimal 174 32 12
Hex AE 20 C

RGB Percentages of Color #ae200c

%79.82
%14.68
%5.50

CMYK Percentages of Color #ae200c

%0
%82
%93
%32

Triadic Colors of #ae200c

#ae200c #0cae20 #200cae

Analogous Colors of #ae200c

#ae200c #ae710c #ae0c49

Monochromatic Colors of #ae200c

#ae200c

Complementary Color

#ae200c #0c9aae

#ae200c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae200c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae200c Color CSS Codes

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

#ae200c Text Font Color

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

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


#ae200c Background Color

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

This div background color is #ae200c


#ae200c Border Color

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

This div border color is #ae200c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae200c


Comments

No comments written yet.

Please login to write comment.