Color spaces of #abada0
RGB | 171 | 173 | 160 |
---|---|---|---|
HSL | 0.19 | 0.07 | 0.65 |
HSV | 69° | 8° | 68° |
CMYK | 0.01 | 0.00 | 0.08 0.32 |
XYZ | 38.0833 | 41.0831 | 39.1803 |
Yxy | 41.0831 | 0.3218 | 0.3471 |
Hunter Lab | 64.0961 | -6.1107 | 8.6248 |
CIE-Lab | 70.2341 | -3.0874 | 6.4250 |
#abada0 color RGB value is (171,173,160).
#abada0 hex color red value is 171, green value is 173 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #abada0 hue: 0.19 , saturation: 0.07 and the lightness value of abada0 is 0.65.
The process color (four color CMYK) of #abada0 color hex is 0.01, 0.00, 0.08, 0.32. Web safe color of #abada0 is #999999. Color #abada0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101101 | 10100000 |
Octal | 253 | 255 | 240 |
Decimal | 171 | 173 | 160 |
Hex | AB | AD | A0 |
Shades of #abada0
Tints of #abada0
RGB Percentages of Color #abada0
CMYK Percentages of Color #abada0
Complementary Color
#abada0 | #a2a0ad |
#abada0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abada0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abada0 Color CSS Codes
.mybgcolor {background-color:#abada0; } .myforecolor {color:#abada0; } .mybordercolor {border:3px solid #abada0; }
#abada0 Text Font Color
<p style="color:#abada0">Text here</p>
This sample text font color is #abada0
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.
#abada0 Background Color
<div style="background-color:#abada0">
Div content here</div>
This div background color is #abada0
#abada0 Border Color
<div style="border:3px solid #abada0">
Div here</div>
This div border color is #abada0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,173,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abada0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abada0; -webkit-box-shadow: 1px 1px 3px 2px #abada0; box-shadow: 1px 1px 3px 2px #abada0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,173,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abada0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abada0; -webkit-box-shadow: 1px 1px 3px 2px #abada0; box-shadow: 1px 1px 3px 2px #abada0;">
Div content here</div>
This div box has shadow with color #abada0
Comments
No comments written yet.
Please login to write comment.