Color Hex Logo

#ae860b Color Hex

#AE860B
(174,134,11)
0 Favorites   0 Comments

Color spaces of #ae860b

RGB 17413411
HSL0.130.880.36
HSV45°94°68°
CMYK 0.000.230.94   0.32
XYZ26.041126.07303.9767
Yxy26.07300.46430.4648
Hunter Lab51.06171.675631.1257
CIE-Lab58.10635.322361.4128

#ae860b color RGB value is (174,134,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 00001011
Octal 256 206 13
Decimal 174 134 11
Hex AE 86 B

RGB Percentages of Color #ae860b

%54.55
%42.01
%3.45

CMYK Percentages of Color #ae860b

%0
%23
%94
%32

Triadic Colors of #ae860b

#ae860b #0bae86 #860bae

Analogous Colors of #ae860b

#ae860b #85ae0b #ae340b

Monochromatic Colors of #ae860b

#ae860b

Complementary Color

#ae860b #0b33ae

#ae860b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae860b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae860b Color CSS Codes

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

#ae860b Text Font Color

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

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


#ae860b Background Color

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

This div background color is #ae860b


#ae860b Border Color

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

This div border color is #ae860b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,134,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 #ae860b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae860b


Comments

No comments written yet.

Please login to write comment.