Color Hex Logo

#ae8008 Color Hex

#AE8008
(174,128,8)
0 Favorites   0 Comments

Color spaces of #ae8008

RGB 1741288
HSL0.120.910.36
HSV43°95°68°
CMYK 0.000.260.95   0.32
XYZ25.218624.45453.6208
Yxy24.45450.47320.4589
Hunter Lab49.45154.488930.2749
CIE-Lab56.54008.617860.7541

#ae8008 color RGB value is (174,128,8).

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

The process color (four color CMYK) of #ae8008 color hex is 0.00, 0.26, 0.95, 0.32. Web safe color of #ae8008 is #999900. Color #ae8008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 00001000
Octal 256 200 10
Decimal 174 128 8
Hex AE 80 8

RGB Percentages of Color #ae8008

%56.13
%41.29
%2.58

CMYK Percentages of Color #ae8008

%0
%26
%95
%32

Triadic Colors of #ae8008

#ae8008 #08ae80 #8008ae

Analogous Colors of #ae8008

#ae8008 #89ae08 #ae2d08

Monochromatic Colors of #ae8008

#ae8008

Complementary Color

#ae8008 #0836ae

#ae8008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8008 Color CSS Codes

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

#ae8008 Text Font Color

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

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


#ae8008 Background Color

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

This div background color is #ae8008


#ae8008 Border Color

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

This div border color is #ae8008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8008


Comments

No comments written yet.

Please login to write comment.