Color spaces of #adbad9
RGB | 173 | 186 | 217 |
---|---|---|---|
HSL | 0.62 | 0.37 | 0.76 |
HSV | 222° | 20° | 85° |
CMYK | 0.20 | 0.14 | 0.00 0.15 |
XYZ | 47.3169 | 49.0118 | 72.6120 |
Yxy | 49.0118 | 0.2801 | 0.2901 |
Hunter Lab | 70.0084 | -1.8712 | -12.4891 |
CIE-Lab | 75.4587 | 2.0560 | -17.0475 |
#adbad9 color RGB value is (173,186,217).
#adbad9 hex color red value is 173, green value is 186 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #adbad9 hue: 0.62 , saturation: 0.37 and the lightness value of adbad9 is 0.76.
The process color (four color CMYK) of #adbad9 color hex is 0.20, 0.14, 0.00, 0.15. Web safe color of #adbad9 is #99cccc. Color #adbad9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111010 | 11011001 |
Octal | 255 | 272 | 331 |
Decimal | 173 | 186 | 217 |
Hex | AD | BA | D9 |
Shades of #adbad9
Tints of #adbad9
RGB Percentages of Color #adbad9
CMYK Percentages of Color #adbad9
Complementary Color
#adbad9 | #d9ccad |
#adbad9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbad9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbad9 Color CSS Codes
.mybgcolor {background-color:#adbad9; } .myforecolor {color:#adbad9; } .mybordercolor {border:3px solid #adbad9; }
#adbad9 Text Font Color
<p style="color:#adbad9">Text here</p>
This sample text font color is #adbad9
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.
#adbad9 Background Color
<div style="background-color:#adbad9">
Div content here</div>
This div background color is #adbad9
#adbad9 Border Color
<div style="border:3px solid #adbad9">
Div here</div>
This div border color is #adbad9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,186,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbad9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbad9; -webkit-box-shadow: 1px 1px 3px 2px #adbad9; box-shadow: 1px 1px 3px 2px #adbad9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,186,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbad9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbad9; -webkit-box-shadow: 1px 1px 3px 2px #adbad9; box-shadow: 1px 1px 3px 2px #adbad9;">
Div content here</div>
This div box has shadow with color #adbad9
Comments
No comments written yet.
Please login to write comment.