Color spaces of #adbaf1
RGB | 173 | 186 | 241 |
---|---|---|---|
HSL | 0.63 | 0.71 | 0.81 |
HSV | 229° | 28° | 95° |
CMYK | 0.28 | 0.23 | 0.00 0.05 |
XYZ | 50.6697 | 50.3529 | 90.2676 |
Yxy | 50.3529 | 0.2649 | 0.2632 |
Hunter Lab | 70.9598 | 3.2805 | -25.7507 |
CIE-Lab | 76.2854 | 7.6396 | -28.7702 |
#adbaf1 color RGB value is (173,186,241).
#adbaf1 hex color red value is 173, green value is 186 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #adbaf1 hue: 0.63 , saturation: 0.71 and the lightness value of adbaf1 is 0.81.
The process color (four color CMYK) of #adbaf1 color hex is 0.28, 0.23, 0.00, 0.05. Web safe color of #adbaf1 is #99ccff. Color #adbaf1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111010 | 11110001 |
Octal | 255 | 272 | 361 |
Decimal | 173 | 186 | 241 |
Hex | AD | BA | F1 |
Shades of #adbaf1
Tints of #adbaf1
RGB Percentages of Color #adbaf1
CMYK Percentages of Color #adbaf1
Complementary Color
#adbaf1 | #f1e4ad |
#adbaf1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbaf1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbaf1 Color CSS Codes
.mybgcolor {background-color:#adbaf1; } .myforecolor {color:#adbaf1; } .mybordercolor {border:3px solid #adbaf1; }
#adbaf1 Text Font Color
<p style="color:#adbaf1">Text here</p>
This sample text font color is #adbaf1
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.
#adbaf1 Background Color
<div style="background-color:#adbaf1">
Div content here</div>
This div background color is #adbaf1
#adbaf1 Border Color
<div style="border:3px solid #adbaf1">
Div here</div>
This div border color is #adbaf1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,186,241, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbaf1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbaf1; -webkit-box-shadow: 1px 1px 3px 2px #adbaf1; box-shadow: 1px 1px 3px 2px #adbaf1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,186,241, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbaf1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbaf1; -webkit-box-shadow: 1px 1px 3px 2px #adbaf1; box-shadow: 1px 1px 3px 2px #adbaf1;">
Div content here</div>
This div box has shadow with color #adbaf1
Comments
No comments written yet.
Please login to write comment.