Color Hex Logo

#ad690f Color Hex

#AD690F
(173,105,15)
0 Favorites   0 Comments

Color spaces of #ad690f

RGB 17310515
HSL0.090.840.37
HSV34°91°68°
CMYK 0.000.390.91   0.32
XYZ22.371419.02192.9444
Yxy19.02190.50460.4290
Hunter Lab43.614115.235026.5272
CIE-Lab50.712821.157854.9911

#ad690f color RGB value is (173,105,15).

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

The process color (four color CMYK) of #ad690f color hex is 0.00, 0.39, 0.91, 0.32. Web safe color of #ad690f is #996600. Color #ad690f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101001 00001111
Octal 255 151 17
Decimal 173 105 15
Hex AD 69 F

RGB Percentages of Color #ad690f

%59.04
%35.84
%5.12

CMYK Percentages of Color #ad690f

%0
%39
%91
%32

Triadic Colors of #ad690f

#ad690f #0fad69 #690fad

Analogous Colors of #ad690f

#ad690f #a2ad0f #ad1a0f

Monochromatic Colors of #ad690f

#ad690f

Complementary Color

#ad690f #0f53ad

#ad690f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad690f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad690f Color CSS Codes

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

#ad690f Text Font Color

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

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


#ad690f Background Color

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

This div background color is #ad690f


#ad690f Border Color

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

This div border color is #ad690f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad690f


Comments

No comments written yet.

Please login to write comment.