Color Hex Logo

#ae6805 Color Hex

#AE6805
(174,104,5)
0 Favorites   0 Comments

Color spaces of #ae6805

RGB 1741045
HSL0.100.940.35
HSV35°97°68°
CMYK 0.000.400.97   0.32
XYZ22.433318.91032.6113
Yxy18.91030.51040.4302
Hunter Lab43.486015.983126.8799
CIE-Lab50.582122.005757.1207

#ae6805 color RGB value is (174,104,5).

#ae6805 hex color red value is 174, green value is 104 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ae6805 hue: 0.10 , saturation: 0.94 and the lightness value of ae6805 is 0.35.

The process color (four color CMYK) of #ae6805 color hex is 0.00, 0.40, 0.97, 0.32. Web safe color of #ae6805 is #996600. Color #ae6805 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 00000101
Octal 256 150 5
Decimal 174 104 5
Hex AE 68 5

RGB Percentages of Color #ae6805

%61.48
%36.75
%1.77

CMYK Percentages of Color #ae6805

%0
%40
%97
%32

Triadic Colors of #ae6805

#ae6805 #05ae68 #6805ae

Analogous Colors of #ae6805

#ae6805 #a0ae05 #ae1305

Monochromatic Colors of #ae6805

#ae6805

Complementary Color

#ae6805 #054bae

#ae6805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6805 Color CSS Codes

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

#ae6805 Text Font Color

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

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


#ae6805 Background Color

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

This div background color is #ae6805


#ae6805 Border Color

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

This div border color is #ae6805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6805


Comments

No comments written yet.

Please login to write comment.