Color Hex Logo

#ad6364 Color Hex

#AD6364
(173,99,100)
0 Favorites   0 Comments

Color spaces of #ad6364

RGB 17399100
HSL1.000.310.53
HSV359°43°68°
CMYK 0.000.430.42   0.32
XYZ23.995718.728014.4067
Yxy18.72800.42000.3278
Hunter Lab43.275923.242310.5552
CIE-Lab50.367429.944012.5132

#ad6364 color RGB value is (173,99,100).

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

The process color (four color CMYK) of #ad6364 color hex is 0.00, 0.43, 0.42, 0.32. Web safe color of #ad6364 is #996666. Color #ad6364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100011 01100100
Octal 255 143 144
Decimal 173 99 100
Hex AD 63 64

RGB Percentages of Color #ad6364

%46.51
%26.61
%26.88

CMYK Percentages of Color #ad6364

%0
%43
%42
%32

Triadic Colors of #ad6364

#ad6364 #64ad63 #6364ad

Analogous Colors of #ad6364

#ad6364 #ad8763 #ad6389

Monochromatic Colors of #ad6364

#ad6364

Complementary Color

#ad6364 #63adac

#ad6364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6364 Color CSS Codes

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

#ad6364 Text Font Color

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

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


#ad6364 Background Color

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

This div background color is #ad6364


#ad6364 Border Color

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

This div border color is #ad6364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6364


Comments

No comments written yet.

Please login to write comment.