Color spaces of #ada051
RGB | 173 | 160 | 81 |
---|---|---|---|
HSL | 0.14 | 0.36 | 0.50 |
HSV | 52° | 53° | 68° |
CMYK | 0.00 | 0.08 | 0.53 0.32 |
XYZ | 31.2896 | 34.6199 | 12.8178 |
Yxy | 34.6199 | 0.3974 | 0.4397 |
Hunter Lab | 58.8387 | -8.0438 | 28.2710 |
CIE-Lab | 65.4517 | -5.8425 | 42.4139 |
#ada051 color RGB value is (173,160,81).
#ada051 hex color red value is 173, green value is 160 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #ada051 hue: 0.14 , saturation: 0.36 and the lightness value of ada051 is 0.50.
The process color (four color CMYK) of #ada051 color hex is 0.00, 0.08, 0.53, 0.32. Web safe color of #ada051 is #999966. Color #ada051 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10100000 | 01010001 |
Octal | 255 | 240 | 121 |
Decimal | 173 | 160 | 81 |
Hex | AD | A0 | 51 |
Shades of #ada051
Tints of #ada051
RGB Percentages of Color #ada051
CMYK Percentages of Color #ada051
Complementary Color
#ada051 | #515ead |
#ada051 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ada051 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ada051 Color CSS Codes
.mybgcolor {background-color:#ada051; } .myforecolor {color:#ada051; } .mybordercolor {border:3px solid #ada051; }
#ada051 Text Font Color
<p style="color:#ada051">Text here</p>
This sample text font color is #ada051
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.
#ada051 Background Color
<div style="background-color:#ada051">
Div content here</div>
This div background color is #ada051
#ada051 Border Color
<div style="border:3px solid #ada051">
Div here</div>
This div border color is #ada051
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,160,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ada051; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ada051; -webkit-box-shadow: 1px 1px 3px 2px #ada051; box-shadow: 1px 1px 3px 2px #ada051; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,160,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ada051">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ada051; -webkit-box-shadow: 1px 1px 3px 2px #ada051; box-shadow: 1px 1px 3px 2px #ada051;">
Div content here</div>
This div box has shadow with color #ada051
Comments
No comments written yet.
Please login to write comment.