Color spaces of #adadbf
RGB | 173 | 173 | 191 |
---|---|---|---|
HSL | 0.67 | 0.12 | 0.71 |
HSV | 240° | 9° | 75° |
CMYK | 0.09 | 0.09 | 0.00 0.25 |
XYZ | 41.5811 | 42.5330 | 55.3083 |
Yxy | 42.5330 | 0.2982 | 0.3051 |
Hunter Lab | 65.2173 | -0.3227 | -4.6294 |
CIE-Lab | 71.2369 | 3.5467 | -9.1698 |
#adadbf color RGB value is (173,173,191).
#adadbf hex color red value is 173, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #adadbf hue: 0.67 , saturation: 0.12 and the lightness value of adadbf is 0.71.
The process color (four color CMYK) of #adadbf color hex is 0.09, 0.09, 0.00, 0.25. Web safe color of #adadbf is #9999cc. Color #adadbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10101101 | 10111111 |
Octal | 255 | 255 | 277 |
Decimal | 173 | 173 | 191 |
Hex | AD | AD | BF |
Shades of #adadbf
Tints of #adadbf
RGB Percentages of Color #adadbf
CMYK Percentages of Color #adadbf
Complementary Color
#adadbf | #bfbfad |
#adadbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adadbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#adadbf Color CSS Codes
.mybgcolor {background-color:#adadbf; } .myforecolor {color:#adadbf; } .mybordercolor {border:3px solid #adadbf; }
#adadbf Text Font Color
<p style="color:#adadbf">Text here</p>
This sample text font color is #adadbf
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.
#adadbf Background Color
<div style="background-color:#adadbf">
Div content here</div>
This div background color is #adadbf
#adadbf Border Color
<div style="border:3px solid #adadbf">
Div here</div>
This div border color is #adadbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,173,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adadbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adadbf; -webkit-box-shadow: 1px 1px 3px 2px #adadbf; box-shadow: 1px 1px 3px 2px #adadbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,173,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adadbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adadbf; -webkit-box-shadow: 1px 1px 3px 2px #adadbf; box-shadow: 1px 1px 3px 2px #adadbf;">
Div content here</div>
This div box has shadow with color #adadbf
Comments
No comments written yet.
Please login to write comment.