Color Hex Logo

#ad880e Color Hex

#AD880E
(173,136,14)
0 Favorites   0 Comments

Color spaces of #ad880e

RGB 17313614
HSL0.130.850.37
HSV46°92°68°
CMYK 0.000.210.92   0.32
XYZ26.117026.52434.1586
Yxy26.52430.45980.4670
Hunter Lab51.50170.390931.2637
CIE-Lab58.53143.805061.1491

#ad880e color RGB value is (173,136,14).

#ad880e hex color red value is 173, green value is 136 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ad880e hue: 0.13 , saturation: 0.85 and the lightness value of ad880e is 0.37.

The process color (four color CMYK) of #ad880e color hex is 0.00, 0.21, 0.92, 0.32. Web safe color of #ad880e is #999900. Color #ad880e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001000 00001110
Octal 255 210 16
Decimal 173 136 14
Hex AD 88 E

RGB Percentages of Color #ad880e

%53.56
%42.11
%4.33

CMYK Percentages of Color #ad880e

%0
%21
%92
%32

Triadic Colors of #ad880e

#ad880e #0ead88 #880ead

Analogous Colors of #ad880e

#ad880e #83ad0e #ad390e

Monochromatic Colors of #ad880e

#ad880e

Complementary Color

#ad880e #0e33ad

#ad880e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad880e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad880e Color CSS Codes

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

#ad880e Text Font Color

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

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


#ad880e Background Color

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

This div background color is #ad880e


#ad880e Border Color

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

This div border color is #ad880e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,136,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ad880e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ad880e;
  -webkit-box-shadow: 1px 1px 3px 2px #ad880e;
  box-shadow:         1px 1px 3px 2px #ad880e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,136,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad880e


Comments

No comments written yet.

Please login to write comment.