Color Hex Logo

#ad8264 Color Hex

#AD8264
(173,130,100)
0 Favorites   0 Comments

Color spaces of #ad8264

RGB 173130100
HSL0.070.310.54
HSV25°42°68°
CMYK 0.000.250.42   0.32
XYZ27.516525.769615.5803
Yxy25.76960.39960.3742
Hunter Lab50.76387.919317.3375
CIE-Lab57.817712.586822.6630

#ad8264 color RGB value is (173,130,100).

#ad8264 hex color red value is 173, green value is 130 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ad8264 hue: 0.07 , saturation: 0.31 and the lightness value of ad8264 is 0.54.

The process color (four color CMYK) of #ad8264 color hex is 0.00, 0.25, 0.42, 0.32. Web safe color of #ad8264 is #999966. Color #ad8264 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 01100100
Octal 255 202 144
Decimal 173 130 100
Hex AD 82 64

RGB Percentages of Color #ad8264

%42.93
%32.26
%24.81

CMYK Percentages of Color #ad8264

%0
%25
%42
%32

Triadic Colors of #ad8264

#ad8264 #64ad82 #8264ad

Analogous Colors of #ad8264

#ad8264 #ada764 #ad646b

Monochromatic Colors of #ad8264

#ad8264

Complementary Color

#ad8264 #648fad

#ad8264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8264 Color CSS Codes

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

#ad8264 Text Font Color

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

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


#ad8264 Background Color

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

This div background color is #ad8264


#ad8264 Border Color

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

This div border color is #ad8264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8264


Comments

No comments written yet.

Please login to write comment.