Color Hex Logo

#ae8b18 Color Hex

#AE8B18
(174,139,24)
0 Favorites   0 Comments

Color spaces of #ae8b18

RGB 17413924
HSL0.130.760.39
HSV46°86°68°
CMYK 0.000.200.86   0.32
XYZ26.853027.52994.7626
Yxy27.52990.45400.4655
Hunter Lab52.4689-0.466431.3465
CIE-Lab59.46162.820759.6384

#ae8b18 color RGB value is (174,139,24).

#ae8b18 hex color red value is 174, green value is 139 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ae8b18 hue: 0.13 , saturation: 0.76 and the lightness value of ae8b18 is 0.39.

The process color (four color CMYK) of #ae8b18 color hex is 0.00, 0.20, 0.86, 0.32. Web safe color of #ae8b18 is #999900. Color #ae8b18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001011 00011000
Octal 256 213 30
Decimal 174 139 24
Hex AE 8B 18

RGB Percentages of Color #ae8b18

%51.63
%41.25
%7.12

CMYK Percentages of Color #ae8b18

%0
%20
%86
%32

Triadic Colors of #ae8b18

#ae8b18 #18ae8b #8b18ae

Analogous Colors of #ae8b18

#ae8b18 #86ae18 #ae4018

Monochromatic Colors of #ae8b18

#ae8b18

Complementary Color

#ae8b18 #183bae

#ae8b18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8b18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8b18 Color CSS Codes

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

#ae8b18 Text Font Color

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

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


#ae8b18 Background Color

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

This div background color is #ae8b18


#ae8b18 Border Color

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

This div border color is #ae8b18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8b18


Comments

No comments written yet.

Please login to write comment.