Color Hex Logo

#ae540f Color Hex

#AE540F
(174,84,15)
0 Favorites   0 Comments

Color spaces of #ae540f

RGB 1748415
HSL0.070.840.37
HSV26°91°68°
CMYK 0.000.520.91   0.32
XYZ20.712115.37382.3277
Yxy15.37380.53920.4002
Hunter Lab39.209425.674823.9268
CIE-Lab46.142033.030351.6338

#ae540f color RGB value is (174,84,15).

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

The process color (four color CMYK) of #ae540f color hex is 0.00, 0.52, 0.91, 0.32. Web safe color of #ae540f is #996600. Color #ae540f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 00001111
Octal 256 124 17
Decimal 174 84 15
Hex AE 54 F

RGB Percentages of Color #ae540f

%63.74
%30.77
%5.49

CMYK Percentages of Color #ae540f

%0
%52
%91
%32

Triadic Colors of #ae540f

#ae540f #0fae54 #540fae

Analogous Colors of #ae540f

#ae540f #aea40f #ae0f19

Monochromatic Colors of #ae540f

#ae540f

Complementary Color

#ae540f #0f69ae

#ae540f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae540f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae540f Color CSS Codes

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

#ae540f Text Font Color

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

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


#ae540f Background Color

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

This div background color is #ae540f


#ae540f Border Color

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

This div border color is #ae540f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae540f


Comments

No comments written yet.

Please login to write comment.