Color Hex Logo

#ae421d Color Hex

#AE421D
(174,66,29)
0 Favorites   0 Comments

Color spaces of #ae421d

RGB 1746629
HSL0.040.710.40
HSV15°83°68°
CMYK 0.000.620.83   0.32
XYZ19.625512.98382.6341
Yxy12.98380.55690.3684
Hunter Lab36.033034.162720.8889
CIE-Lab42.738842.342643.4304

#ae421d color RGB value is (174,66,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 00011101
Octal 256 102 35
Decimal 174 66 29
Hex AE 42 1D

RGB Percentages of Color #ae421d

%64.68
%24.54
%10.78

CMYK Percentages of Color #ae421d

%0
%62
%83
%32

Triadic Colors of #ae421d

#ae421d #1dae42 #421dae

Analogous Colors of #ae421d

#ae421d #ae8b1d #ae1d41

Monochromatic Colors of #ae421d

#ae421d

Complementary Color

#ae421d #1d89ae

#ae421d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae421d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae421d Color CSS Codes

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

#ae421d Text Font Color

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

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


#ae421d Background Color

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

This div background color is #ae421d


#ae421d Border Color

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

This div border color is #ae421d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae421d


Comments

No comments written yet.

Please login to write comment.