Color Hex Logo

#ae3712 Color Hex

#AE3712
(174,55,18)
0 Favorites   0 Comments

Color spaces of #ae3712

RGB 1745518
HSL0.040.810.38
HSV14°90°68°
CMYK 0.000.680.90   0.32
XYZ18.930911.77471.8472
Yxy11.77470.58150.3617
Hunter Lab34.314338.426920.8283
CIE-Lab40.855846.930746.6369

#ae3712 color RGB value is (174,55,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110111 00010010
Octal 256 67 22
Decimal 174 55 18
Hex AE 37 12

RGB Percentages of Color #ae3712

%70.45
%22.27
%7.29

CMYK Percentages of Color #ae3712

%0
%68
%90
%32

Triadic Colors of #ae3712

#ae3712 #12ae37 #3712ae

Analogous Colors of #ae3712

#ae3712 #ae8512 #ae123b

Monochromatic Colors of #ae3712

#ae3712

Complementary Color

#ae3712 #1289ae

#ae3712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3712 Color CSS Codes

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

#ae3712 Text Font Color

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

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


#ae3712 Background Color

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

This div background color is #ae3712


#ae3712 Border Color

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

This div border color is #ae3712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3712


Comments

No comments written yet.

Please login to write comment.