Color Hex Logo

#ae350f Color Hex

#AE350F
(174,53,15)
0 Favorites   0 Comments

Color spaces of #ae350f

RGB 1745315
HSL0.040.840.37
HSV14°91°68°
CMYK 0.000.700.91   0.32
XYZ18.814911.57941.6953
Yxy11.57940.58630.3608
Hunter Lab34.028539.145520.8661
CIE-Lab40.539747.695647.5410

#ae350f color RGB value is (174,53,15).

#ae350f hex color red value is 174, green value is 53 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ae350f hue: 0.04 , saturation: 0.84 and the lightness value of ae350f is 0.37.

The process color (four color CMYK) of #ae350f color hex is 0.00, 0.70, 0.91, 0.32. Web safe color of #ae350f is #993300. Color #ae350f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 00001111
Octal 256 65 17
Decimal 174 53 15
Hex AE 35 F

RGB Percentages of Color #ae350f

%71.90
%21.90
%6.20

CMYK Percentages of Color #ae350f

%0
%70
%91
%32

Triadic Colors of #ae350f

#ae350f #0fae35 #350fae

Analogous Colors of #ae350f

#ae350f #ae850f #ae0f38

Monochromatic Colors of #ae350f

#ae350f

Complementary Color

#ae350f #0f88ae

#ae350f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae350f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae350f Color CSS Codes

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

#ae350f Text Font Color

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

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


#ae350f Background Color

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

This div background color is #ae350f


#ae350f Border Color

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

This div border color is #ae350f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae350f


Comments

No comments written yet.

Please login to write comment.