Color Hex Logo

#ad780b Color Hex

#AD780B
(173,120,11)
0 Favorites   0 Comments

Color spaces of #ad780b

RGB 17312011
HSL0.110.880.36
HSV40°94°68°
CMYK 0.000.310.94   0.32
XYZ24.010522.34133.3634
Yxy22.34130.48300.4494
Hunter Lab47.26667.958028.8676
CIE-Lab54.387312.682258.6041

#ad780b color RGB value is (173,120,11).

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

The process color (four color CMYK) of #ad780b color hex is 0.00, 0.31, 0.94, 0.32. Web safe color of #ad780b is #996600. Color #ad780b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111000 00001011
Octal 255 170 13
Decimal 173 120 11
Hex AD 78 B

RGB Percentages of Color #ad780b

%56.91
%39.47
%3.62

CMYK Percentages of Color #ad780b

%0
%31
%94
%32

Triadic Colors of #ad780b

#ad780b #0bad78 #780bad

Analogous Colors of #ad780b

#ad780b #91ad0b #ad270b

Monochromatic Colors of #ad780b

#ad780b

Complementary Color

#ad780b #0b40ad

#ad780b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad780b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad780b Color CSS Codes

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

#ad780b Text Font Color

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

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


#ad780b Background Color

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

This div background color is #ad780b


#ad780b Border Color

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

This div border color is #ad780b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad780b


Comments

No comments written yet.

Please login to write comment.