Color spaces of #adb0db
RGB | 173 | 176 | 219 |
---|---|---|---|
HSL | 0.66 | 0.39 | 0.77 |
HSV | 236° | 21° | 86° |
CMYK | 0.21 | 0.20 | 0.00 0.14 |
XYZ | 45.5451 | 45.0494 | 73.3127 |
Yxy | 45.0494 | 0.2779 | 0.2748 |
Hunter Lab | 67.1188 | 3.6675 | -17.7782 |
CIE-Lab | 72.9244 | 7.9702 | -21.9771 |
#adb0db color RGB value is (173,176,219).
#adb0db hex color red value is 173, green value is 176 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #adb0db hue: 0.66 , saturation: 0.39 and the lightness value of adb0db is 0.77.
The process color (four color CMYK) of #adb0db color hex is 0.21, 0.20, 0.00, 0.14. Web safe color of #adb0db is #9999cc. Color #adb0db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10110000 | 11011011 |
Octal | 255 | 260 | 333 |
Decimal | 173 | 176 | 219 |
Hex | AD | B0 | DB |
Shades of #adb0db
Tints of #adb0db
RGB Percentages of Color #adb0db
CMYK Percentages of Color #adb0db
Complementary Color
#adb0db | #dbd8ad |
#adb0db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adb0db Color Preview on White Background
Lorem ipsum dolor sit amet.
#adb0db Color CSS Codes
.mybgcolor {background-color:#adb0db; } .myforecolor {color:#adb0db; } .mybordercolor {border:3px solid #adb0db; }
#adb0db Text Font Color
<p style="color:#adb0db">Text here</p>
This sample text font color is #adb0db
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.
#adb0db Background Color
<div style="background-color:#adb0db">
Div content here</div>
This div background color is #adb0db
#adb0db Border Color
<div style="border:3px solid #adb0db">
Div here</div>
This div border color is #adb0db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,176,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adb0db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adb0db; -webkit-box-shadow: 1px 1px 3px 2px #adb0db; box-shadow: 1px 1px 3px 2px #adb0db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,176,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adb0db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adb0db; -webkit-box-shadow: 1px 1px 3px 2px #adb0db; box-shadow: 1px 1px 3px 2px #adb0db;">
Div content here</div>
This div box has shadow with color #adb0db
Comments
No comments written yet.
Please login to write comment.