Color Hex Logo

#ad650e Color Hex

#AD650E
(173,101,14)
0 Favorites   0 Comments

Color spaces of #ad650e

RGB 17310114
HSL0.090.850.37
HSV33°92°68°
CMYK 0.000.420.92   0.32
XYZ21.966518.22332.7752
Yxy18.22330.51130.4241
Hunter Lab42.688817.146026.0277
CIE-Lab49.765823.365854.5310

#ad650e color RGB value is (173,101,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 00001110
Octal 255 145 16
Decimal 173 101 14
Hex AD 65 E

RGB Percentages of Color #ad650e

%60.07
%35.07
%4.86

CMYK Percentages of Color #ad650e

%0
%42
%92
%32

Triadic Colors of #ad650e

#ad650e #0ead65 #650ead

Analogous Colors of #ad650e

#ad650e #a6ad0e #ad160e

Monochromatic Colors of #ad650e

#ad650e

Complementary Color

#ad650e #0e56ad

#ad650e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad650e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad650e Color CSS Codes

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

#ad650e Text Font Color

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

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


#ad650e Background Color

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

This div background color is #ad650e


#ad650e Border Color

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

This div border color is #ad650e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad650e


Comments

No comments written yet.

Please login to write comment.