Color spaces of #ad6364
RGB | 173 | 99 | 100 |
---|---|---|---|
HSL | 1.00 | 0.31 | 0.53 |
HSV | 359° | 43° | 68° |
CMYK | 0.00 | 0.43 | 0.42 0.32 |
XYZ | 23.9957 | 18.7280 | 14.4067 |
Yxy | 18.7280 | 0.4200 | 0.3278 |
Hunter Lab | 43.2759 | 23.2423 | 10.5552 |
CIE-Lab | 50.3674 | 29.9440 | 12.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01100011 | 01100100 |
Octal | 255 | 143 | 144 |
Decimal | 173 | 99 | 100 |
Hex | AD | 63 | 64 |
Shades of #ad6364
Tints of #ad6364
RGB Percentages of Color #ad6364
CMYK Percentages of Color #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.