Color spaces of #ada361
RGB | 173 | 163 | 97 |
---|---|---|---|
HSL | 0.14 | 0.32 | 0.53 |
HSV | 52° | 44° | 68° |
CMYK | 0.00 | 0.06 | 0.44 0.32 |
XYZ | 32.4884 | 35.9417 | 16.5344 |
Yxy | 35.9417 | 0.3824 | 0.4230 |
Hunter Lab | 59.9514 | -8.1836 | 25.6140 |
CIE-Lab | 66.4754 | -5.9011 | 35.4968 |
#ada361 color RGB value is (173,163,97).
#ada361 hex color red value is 173, green value is 163 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ada361 hue: 0.14 , saturation: 0.32 and the lightness value of ada361 is 0.53.
The process color (four color CMYK) of #ada361 color hex is 0.00, 0.06, 0.44, 0.32. Web safe color of #ada361 is #999966. Color #ada361 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10100011 | 01100001 |
Octal | 255 | 243 | 141 |
Decimal | 173 | 163 | 97 |
Hex | AD | A3 | 61 |
Shades of #ada361
Tints of #ada361
RGB Percentages of Color #ada361
CMYK Percentages of Color #ada361
Complementary Color
#ada361 | #616bad |
#ada361 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ada361 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ada361 Color CSS Codes
.mybgcolor {background-color:#ada361; } .myforecolor {color:#ada361; } .mybordercolor {border:3px solid #ada361; }
#ada361 Text Font Color
<p style="color:#ada361">Text here</p>
This sample text font color is #ada361
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.
#ada361 Background Color
<div style="background-color:#ada361">
Div content here</div>
This div background color is #ada361
#ada361 Border Color
<div style="border:3px solid #ada361">
Div here</div>
This div border color is #ada361
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,163,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ada361; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ada361; -webkit-box-shadow: 1px 1px 3px 2px #ada361; box-shadow: 1px 1px 3px 2px #ada361; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,163,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ada361">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ada361; -webkit-box-shadow: 1px 1px 3px 2px #ada361; box-shadow: 1px 1px 3px 2px #ada361;">
Div content here</div>
This div box has shadow with color #ada361
Comments
No comments written yet.
Please login to write comment.