Color Hex Logo

#ae8b0b Color Hex

#AE8B0B
(174,139,11)
0 Favorites   0 Comments

Color spaces of #ae8b0b

RGB 17413911
HSL0.130.880.36
HSV47°94°68°
CMYK 0.000.200.94   0.32
XYZ26.748627.48814.2125
Yxy27.48810.45760.4703
Hunter Lab52.4291-0.682731.9366
CIE-Lab59.42342.559662.3973

#ae8b0b color RGB value is (174,139,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001011 00001011
Octal 256 213 13
Decimal 174 139 11
Hex AE 8B B

RGB Percentages of Color #ae8b0b

%53.70
%42.90
%3.40

CMYK Percentages of Color #ae8b0b

%0
%20
%94
%32

Triadic Colors of #ae8b0b

#ae8b0b #0bae8b #8b0bae

Analogous Colors of #ae8b0b

#ae8b0b #80ae0b #ae390b

Monochromatic Colors of #ae8b0b

#ae8b0b

Complementary Color

#ae8b0b #0b2eae

#ae8b0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8b0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8b0b Color CSS Codes

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

#ae8b0b Text Font Color

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

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


#ae8b0b Background Color

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

This div background color is #ae8b0b


#ae8b0b Border Color

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

This div border color is #ae8b0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8b0b


Comments

No comments written yet.

Please login to write comment.