Color spaces of #adbdcf
RGB | 173 | 189 | 207 |
---|---|---|---|
HSL | 0.59 | 0.26 | 0.75 |
HSV | 212° | 16° | 81° |
CMYK | 0.16 | 0.09 | 0.00 0.19 |
XYZ | 46.6937 | 49.7844 | 66.1798 |
Yxy | 49.7844 | 0.2871 | 0.3061 |
Hunter Lab | 70.5581 | -5.3494 | -6.2203 |
CIE-Lab | 75.9367 | -1.7521 | -10.9034 |
#adbdcf color RGB value is (173,189,207).
#adbdcf hex color red value is 173, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #adbdcf hue: 0.59 , saturation: 0.26 and the lightness value of adbdcf is 0.75.
The process color (four color CMYK) of #adbdcf color hex is 0.16, 0.09, 0.00, 0.19. Web safe color of #adbdcf is #99cccc. Color #adbdcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111101 | 11001111 |
Octal | 255 | 275 | 317 |
Decimal | 173 | 189 | 207 |
Hex | AD | BD | CF |
Shades of #adbdcf
Tints of #adbdcf
RGB Percentages of Color #adbdcf
CMYK Percentages of Color #adbdcf
Complementary Color
#adbdcf | #cfbfad |
#adbdcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbdcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbdcf Color CSS Codes
.mybgcolor {background-color:#adbdcf; } .myforecolor {color:#adbdcf; } .mybordercolor {border:3px solid #adbdcf; }
#adbdcf Text Font Color
<p style="color:#adbdcf">Text here</p>
This sample text font color is #adbdcf
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.
#adbdcf Background Color
<div style="background-color:#adbdcf">
Div content here</div>
This div background color is #adbdcf
#adbdcf Border Color
<div style="border:3px solid #adbdcf">
Div here</div>
This div border color is #adbdcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,189,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbdcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbdcf; -webkit-box-shadow: 1px 1px 3px 2px #adbdcf; box-shadow: 1px 1px 3px 2px #adbdcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,189,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbdcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbdcf; -webkit-box-shadow: 1px 1px 3px 2px #adbdcf; box-shadow: 1px 1px 3px 2px #adbdcf;">
Div content here</div>
This div box has shadow with color #adbdcf
Comments
No comments written yet.
Please login to write comment.