Color Hex Logo

#ae421c Color Hex

#AE421C
(174,66,28)
0 Favorites   0 Comments

Color spaces of #ae421c

RGB 1746628
HSL0.040.720.40
HSV16°84°68°
CMYK 0.000.620.84   0.32
XYZ19.613412.97892.5701
Yxy12.97890.55780.3691
Hunter Lab36.026234.133020.9886
CIE-Lab42.731442.313743.8900

#ae421c color RGB value is (174,66,28).

#ae421c hex color red value is 174, green value is 66 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ae421c hue: 0.04 , saturation: 0.72 and the lightness value of ae421c is 0.40.

The process color (four color CMYK) of #ae421c color hex is 0.00, 0.62, 0.84, 0.32. Web safe color of #ae421c is #993333. Color #ae421c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 00011100
Octal 256 102 34
Decimal 174 66 28
Hex AE 42 1C

RGB Percentages of Color #ae421c

%64.93
%24.63
%10.45

CMYK Percentages of Color #ae421c

%0
%62
%84
%32

Triadic Colors of #ae421c

#ae421c #1cae42 #421cae

Analogous Colors of #ae421c

#ae421c #ae8b1c #ae1c3f

Monochromatic Colors of #ae421c

#ae421c

Complementary Color

#ae421c #1c88ae

#ae421c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae421c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae421c Color CSS Codes

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

#ae421c Text Font Color

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

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


#ae421c Background Color

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

This div background color is #ae421c


#ae421c Border Color

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

This div border color is #ae421c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae421c


Comments

No comments written yet.

Please login to write comment.