Color Hex Logo

#ae4425 Color Hex

#AE4425
(174,68,37)
0 Favorites   0 Comments

Color spaces of #ae4425

RGB 1746837
HSL0.040.650.41
HSV14°79°68°
CMYK 0.000.610.79   0.32
XYZ19.856613.26653.2644
Yxy13.26650.54570.3646
Hunter Lab36.423233.571120.1824
CIE-Lab43.162141.673739.8722

#ae4425 color RGB value is (174,68,37).

#ae4425 hex color red value is 174, green value is 68 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ae4425 hue: 0.04 , saturation: 0.65 and the lightness value of ae4425 is 0.41.

The process color (four color CMYK) of #ae4425 color hex is 0.00, 0.61, 0.79, 0.32. Web safe color of #ae4425 is #993333. Color #ae4425 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 00100101
Octal 256 104 45
Decimal 174 68 37
Hex AE 44 25

RGB Percentages of Color #ae4425

%62.37
%24.37
%13.26

CMYK Percentages of Color #ae4425

%0
%61
%79
%32

Triadic Colors of #ae4425

#ae4425 #25ae44 #4425ae

Analogous Colors of #ae4425

#ae4425 #ae8925 #ae254a

Monochromatic Colors of #ae4425

#ae4425

Complementary Color

#ae4425 #258fae

#ae4425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4425 Color CSS Codes

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

#ae4425 Text Font Color

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

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


#ae4425 Background Color

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

This div background color is #ae4425


#ae4425 Border Color

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

This div border color is #ae4425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4425


Comments

No comments written yet.

Please login to write comment.