Color Hex Logo

#ae8611 Color Hex

#AE8611
(174,134,17)
0 Favorites   0 Comments

Color spaces of #ae8611

RGB 17413417
HSL0.120.820.37
HSV45°90°68°
CMYK 0.000.230.90   0.32
XYZ26.081826.08934.1914
Yxy26.08930.46280.4629
Hunter Lab51.07771.761530.8891
CIE-Lab58.12175.424860.2661

#ae8611 color RGB value is (174,134,17).

#ae8611 hex color red value is 174, green value is 134 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ae8611 hue: 0.12 , saturation: 0.82 and the lightness value of ae8611 is 0.37.

The process color (four color CMYK) of #ae8611 color hex is 0.00, 0.23, 0.90, 0.32. Web safe color of #ae8611 is #999900. Color #ae8611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 00010001
Octal 256 206 21
Decimal 174 134 17
Hex AE 86 11

RGB Percentages of Color #ae8611

%53.54
%41.23
%5.23

CMYK Percentages of Color #ae8611

%0
%23
%90
%32

Triadic Colors of #ae8611

#ae8611 #11ae86 #8611ae

Analogous Colors of #ae8611

#ae8611 #88ae11 #ae3811

Monochromatic Colors of #ae8611

#ae8611

Complementary Color

#ae8611 #1139ae

#ae8611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8611 Color CSS Codes

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

#ae8611 Text Font Color

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

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


#ae8611 Background Color

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

This div background color is #ae8611


#ae8611 Border Color

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

This div border color is #ae8611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8611


Comments

No comments written yet.

Please login to write comment.