Color Hex Logo

#ad640e Color Hex

#AD640E
(173,100,14)
0 Favorites   0 Comments

Color spaces of #ad640e

RGB 17310014
HSL0.090.850.37
HSV32°92°68°
CMYK 0.000.420.92   0.32
XYZ21.870018.03032.7430
Yxy18.03030.51290.4228
Hunter Lab42.462117.627325.8934
CIE-Lab49.532823.920154.3578

#ad640e color RGB value is (173,100,14).

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

The process color (four color CMYK) of #ad640e color hex is 0.00, 0.42, 0.92, 0.32. Web safe color of #ad640e is #996600. Color #ad640e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100100 00001110
Octal 255 144 16
Decimal 173 100 14
Hex AD 64 E

RGB Percentages of Color #ad640e

%60.28
%34.84
%4.88

CMYK Percentages of Color #ad640e

%0
%42
%92
%32

Triadic Colors of #ad640e

#ad640e #0ead64 #640ead

Analogous Colors of #ad640e

#ad640e #a7ad0e #ad150e

Monochromatic Colors of #ad640e

#ad640e

Complementary Color

#ad640e #0e57ad

#ad640e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad640e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad640e Color CSS Codes

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

#ad640e Text Font Color

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

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


#ad640e Background Color

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

This div background color is #ad640e


#ad640e Border Color

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

This div border color is #ad640e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad640e


Comments

No comments written yet.

Please login to write comment.