Color Hex Logo

#ae4030 Color Hex

#AE4030
(174,64,48)
0 Favorites   0 Comments

Color spaces of #ae4030

RGB 1746448
HSL0.020.570.44
HSV72°68°
CMYK 0.000.630.72   0.32
XYZ19.822512.87894.2374
Yxy12.87890.53660.3487
Hunter Lab35.887235.793018.1203
CIE-Lab42.580244.011833.2243

#ae4030 color RGB value is (174,64,48).

#ae4030 hex color red value is 174, green value is 64 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ae4030 hue: 0.02 , saturation: 0.57 and the lightness value of ae4030 is 0.44.

The process color (four color CMYK) of #ae4030 color hex is 0.00, 0.63, 0.72, 0.32. Web safe color of #ae4030 is #993333. Color #ae4030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000000 00110000
Octal 256 100 60
Decimal 174 64 48
Hex AE 40 30

RGB Percentages of Color #ae4030

%60.84
%22.38
%16.78

CMYK Percentages of Color #ae4030

%0
%63
%72
%32

Triadic Colors of #ae4030

#ae4030 #30ae40 #4030ae

Analogous Colors of #ae4030

#ae4030 #ae7f30 #ae305f

Monochromatic Colors of #ae4030

#ae4030

Complementary Color

#ae4030 #309eae

#ae4030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4030 Color CSS Codes

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

#ae4030 Text Font Color

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

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


#ae4030 Background Color

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

This div background color is #ae4030


#ae4030 Border Color

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

This div border color is #ae4030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4030


Comments

No comments written yet.

Please login to write comment.