Color Hex Logo

#ae840c Color Hex

#AE840C
(174,132,12)
0 Favorites   0 Comments

Color spaces of #ae840c

RGB 17413212
HSL0.120.870.36
HSV44°93°68°
CMYK 0.000.240.93   0.32
XYZ25.773225.52773.9168
Yxy25.52770.46680.4623
Hunter Lab50.52492.635730.7712
CIE-Lab57.58606.447460.8507

#ae840c color RGB value is (174,132,12).

#ae840c hex color red value is 174, green value is 132 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ae840c hue: 0.12 , saturation: 0.87 and the lightness value of ae840c is 0.36.

The process color (four color CMYK) of #ae840c color hex is 0.00, 0.24, 0.93, 0.32. Web safe color of #ae840c is #999900. Color #ae840c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 00001100
Octal 256 204 14
Decimal 174 132 12
Hex AE 84 C

RGB Percentages of Color #ae840c

%54.72
%41.51
%3.77

CMYK Percentages of Color #ae840c

%0
%24
%93
%32

Triadic Colors of #ae840c

#ae840c #0cae84 #840cae

Analogous Colors of #ae840c

#ae840c #87ae0c #ae330c

Monochromatic Colors of #ae840c

#ae840c

Complementary Color

#ae840c #0c36ae

#ae840c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae840c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae840c Color CSS Codes

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

#ae840c Text Font Color

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

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


#ae840c Background Color

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

This div background color is #ae840c


#ae840c Border Color

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

This div border color is #ae840c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae840c


Comments

No comments written yet.

Please login to write comment.