Color spaces of #adbfdc
RGB | 173 | 191 | 220 |
---|---|---|---|
HSL | 0.60 | 0.40 | 0.77 |
HSV | 217° | 21° | 86° |
CMYK | 0.21 | 0.13 | 0.00 0.14 |
XYZ | 48.7826 | 51.3131 | 75.0435 |
Yxy | 51.3131 | 0.2785 | 0.2930 |
Hunter Lab | 71.6332 | -3.7985 | -11.9695 |
CIE-Lab | 76.8683 | 0.0302 | -16.5461 |
#adbfdc color RGB value is (173,191,220).
#adbfdc hex color red value is 173, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #adbfdc hue: 0.60 , saturation: 0.40 and the lightness value of adbfdc is 0.77.
The process color (four color CMYK) of #adbfdc color hex is 0.21, 0.13, 0.00, 0.14. Web safe color of #adbfdc is #99cccc. Color #adbfdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111111 | 11011100 |
Octal | 255 | 277 | 334 |
Decimal | 173 | 191 | 220 |
Hex | AD | BF | DC |
Shades of #adbfdc
Tints of #adbfdc
RGB Percentages of Color #adbfdc
CMYK Percentages of Color #adbfdc
Complementary Color
#adbfdc | #dccaad |
#adbfdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbfdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbfdc Color CSS Codes
.mybgcolor {background-color:#adbfdc; } .myforecolor {color:#adbfdc; } .mybordercolor {border:3px solid #adbfdc; }
#adbfdc Text Font Color
<p style="color:#adbfdc">Text here</p>
This sample text font color is #adbfdc
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.
#adbfdc Background Color
<div style="background-color:#adbfdc">
Div content here</div>
This div background color is #adbfdc
#adbfdc Border Color
<div style="border:3px solid #adbfdc">
Div here</div>
This div border color is #adbfdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,191,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbfdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbfdc; -webkit-box-shadow: 1px 1px 3px 2px #adbfdc; box-shadow: 1px 1px 3px 2px #adbfdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,191,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbfdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbfdc; -webkit-box-shadow: 1px 1px 3px 2px #adbfdc; box-shadow: 1px 1px 3px 2px #adbfdc;">
Div content here</div>
This div box has shadow with color #adbfdc
Comments
No comments written yet.
Please login to write comment.