Color Hex Logo

#ae3713 Color Hex

#AE3713
(174,55,19)
0 Favorites   0 Comments

Color spaces of #ae3713

RGB 1745519
HSL0.040.800.38
HSV14°89°68°
CMYK 0.000.680.89   0.32
XYZ18.939311.77811.8913
Yxy11.77810.58080.3612
Hunter Lab34.319238.447820.7561
CIE-Lab40.861246.950346.2406

#ae3713 color RGB value is (174,55,19).

#ae3713 hex color red value is 174, green value is 55 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ae3713 hue: 0.04 , saturation: 0.80 and the lightness value of ae3713 is 0.38.

The process color (four color CMYK) of #ae3713 color hex is 0.00, 0.68, 0.89, 0.32. Web safe color of #ae3713 is #993300. Color #ae3713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110111 00010011
Octal 256 67 23
Decimal 174 55 19
Hex AE 37 13

RGB Percentages of Color #ae3713

%70.16
%22.18
%7.66

CMYK Percentages of Color #ae3713

%0
%68
%89
%32

Triadic Colors of #ae3713

#ae3713 #13ae37 #3713ae

Analogous Colors of #ae3713

#ae3713 #ae8513 #ae133c

Monochromatic Colors of #ae3713

#ae3713

Complementary Color

#ae3713 #138aae

#ae3713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3713 Color CSS Codes

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

#ae3713 Text Font Color

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

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


#ae3713 Background Color

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

This div background color is #ae3713


#ae3713 Border Color

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

This div border color is #ae3713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3713


Comments

No comments written yet.

Please login to write comment.