Color Hex Logo

#ad881e Color Hex

#AD881E
(173,136,30)
0 Favorites   0 Comments

Color spaces of #ad881e

RGB 17313630
HSL0.120.700.40
HSV44°83°68°
CMYK 0.000.210.83   0.32
XYZ26.272126.58634.9753
Yxy26.58630.45430.4597
Hunter Lab51.56190.717030.3723
CIE-Lab58.58944.197157.1008

#ad881e color RGB value is (173,136,30).

#ad881e hex color red value is 173, green value is 136 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ad881e hue: 0.12 , saturation: 0.70 and the lightness value of ad881e is 0.40.

The process color (four color CMYK) of #ad881e color hex is 0.00, 0.21, 0.83, 0.32. Web safe color of #ad881e is #999933. Color #ad881e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001000 00011110
Octal 255 210 36
Decimal 173 136 30
Hex AD 88 1E

RGB Percentages of Color #ad881e

%51.03
%40.12
%8.85

CMYK Percentages of Color #ad881e

%0
%21
%83
%32

Triadic Colors of #ad881e

#ad881e #1ead88 #881ead

Analogous Colors of #ad881e

#ad881e #8bad1e #ad411e

Monochromatic Colors of #ad881e

#ad881e

Complementary Color

#ad881e #1e43ad

#ad881e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad881e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad881e Color CSS Codes

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

#ad881e Text Font Color

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

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


#ad881e Background Color

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

This div background color is #ad881e


#ad881e Border Color

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

This div border color is #ad881e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad881e


Comments

No comments written yet.

Please login to write comment.