Color spaces of #adabaf
RGB | 173 | 171 | 175 |
---|---|---|---|
HSL | 0.75 | 0.02 | 0.68 |
HSV | 270° | 2° | 69° |
CMYK | 0.01 | 0.02 | 0.00 0.31 |
XYZ | 39.5344 | 41.1052 | 46.4079 |
Yxy | 41.1052 | 0.3112 | 0.3235 |
Hunter Lab | 64.1133 | -2.1293 | 1.9628 |
CIE-Lab | 70.2496 | 1.4695 | -1.8068 |
#adabaf color RGB value is (173,171,175).
#adabaf hex color red value is 173, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #adabaf hue: 0.75 , saturation: 0.02 and the lightness value of adabaf is 0.68.
The process color (four color CMYK) of #adabaf color hex is 0.01, 0.02, 0.00, 0.31. Web safe color of #adabaf is #999999. Color #adabaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10101011 | 10101111 |
Octal | 255 | 253 | 257 |
Decimal | 173 | 171 | 175 |
Hex | AD | AB | AF |
Shades of #adabaf
Tints of #adabaf
RGB Percentages of Color #adabaf
CMYK Percentages of Color #adabaf
Complementary Color
#adabaf | #adafab |
#adabaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adabaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#adabaf Color CSS Codes
.mybgcolor {background-color:#adabaf; } .myforecolor {color:#adabaf; } .mybordercolor {border:3px solid #adabaf; }
#adabaf Text Font Color
<p style="color:#adabaf">Text here</p>
This sample text font color is #adabaf
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.
#adabaf Background Color
<div style="background-color:#adabaf">
Div content here</div>
This div background color is #adabaf
#adabaf Border Color
<div style="border:3px solid #adabaf">
Div here</div>
This div border color is #adabaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,171,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adabaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adabaf; -webkit-box-shadow: 1px 1px 3px 2px #adabaf; box-shadow: 1px 1px 3px 2px #adabaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,171,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adabaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adabaf; -webkit-box-shadow: 1px 1px 3px 2px #adabaf; box-shadow: 1px 1px 3px 2px #adabaf;">
Div content here</div>
This div box has shadow with color #adabaf
Comments
No comments written yet.
Please login to write comment.