Color Hex Logo

#ae450f Color Hex

#AE450F
(174,69,15)
0 Favorites   0 Comments

Color spaces of #ae450f

RGB 1746915
HSL0.060.840.37
HSV20°91°68°
CMYK 0.000.600.91   0.32
XYZ19.669913.28941.9803
Yxy13.28940.56300.3804
Hunter Lab36.454632.518022.2975
CIE-Lab43.196140.594349.4661

#ae450f color RGB value is (174,69,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 00001111
Octal 256 105 17
Decimal 174 69 15
Hex AE 45 F

RGB Percentages of Color #ae450f

%67.44
%26.74
%5.81

CMYK Percentages of Color #ae450f

%0
%60
%91
%32

Triadic Colors of #ae450f

#ae450f #0fae45 #450fae

Analogous Colors of #ae450f

#ae450f #ae950f #ae0f28

Monochromatic Colors of #ae450f

#ae450f

Complementary Color

#ae450f #0f78ae

#ae450f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae450f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae450f Color CSS Codes

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

#ae450f Text Font Color

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

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


#ae450f Background Color

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

This div background color is #ae450f


#ae450f Border Color

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

This div border color is #ae450f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,69,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 #ae450f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae450f


Comments

No comments written yet.

Please login to write comment.