Color Hex Logo

#ad781e Color Hex

#AD781E
(173,120,30)
0 Favorites   0 Comments

Color spaces of #ad781e

RGB 17312030
HSL0.100.700.40
HSV38°83°68°
CMYK 0.000.310.83   0.32
XYZ24.184422.41094.2794
Yxy22.41090.47540.4405
Hunter Lab47.34028.344027.7785
CIE-Lab54.460313.128753.4840

#ad781e color RGB value is (173,120,30).

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

The process color (four color CMYK) of #ad781e color hex is 0.00, 0.31, 0.83, 0.32. Web safe color of #ad781e is #996633. Color #ad781e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111000 00011110
Octal 255 170 36
Decimal 173 120 30
Hex AD 78 1E

RGB Percentages of Color #ad781e

%53.56
%37.15
%9.29

CMYK Percentages of Color #ad781e

%0
%31
%83
%32

Triadic Colors of #ad781e

#ad781e #1ead78 #781ead

Analogous Colors of #ad781e

#ad781e #9bad1e #ad311e

Monochromatic Colors of #ad781e

#ad781e

Complementary Color

#ad781e #1e53ad

#ad781e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad781e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad781e Color CSS Codes

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

#ad781e Text Font Color

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

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


#ad781e Background Color

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

This div background color is #ad781e


#ad781e Border Color

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

This div border color is #ad781e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad781e


Comments

No comments written yet.

Please login to write comment.