Color Hex Logo

#ae870d Color Hex

#AE870D
(174,135,13)
0 Favorites   0 Comments

Color spaces of #ae870d

RGB 17413513
HSL0.130.860.37
HSV45°93°68°
CMYK 0.000.220.93   0.32
XYZ26.192226.35574.0874
Yxy26.35570.46250.4654
Hunter Lab51.33781.228331.2159
CIE-Lab58.37314.798861.2629

#ae870d color RGB value is (174,135,13).

#ae870d hex color red value is 174, green value is 135 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ae870d hue: 0.13 , saturation: 0.86 and the lightness value of ae870d is 0.37.

The process color (four color CMYK) of #ae870d color hex is 0.00, 0.22, 0.93, 0.32. Web safe color of #ae870d is #999900. Color #ae870d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000111 00001101
Octal 256 207 15
Decimal 174 135 13
Hex AE 87 D

RGB Percentages of Color #ae870d

%54.04
%41.93
%4.04

CMYK Percentages of Color #ae870d

%0
%22
%93
%32

Triadic Colors of #ae870d

#ae870d #0dae87 #870dae

Analogous Colors of #ae870d

#ae870d #85ae0d #ae370d

Monochromatic Colors of #ae870d

#ae870d

Complementary Color

#ae870d #0d34ae

#ae870d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae870d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae870d Color CSS Codes

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

#ae870d Text Font Color

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

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


#ae870d Background Color

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

This div background color is #ae870d


#ae870d Border Color

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

This div border color is #ae870d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae870d


Comments

No comments written yet.

Please login to write comment.