Color spaces of #a9bdfd
RGB | 169 | 189 | 253 |
---|---|---|---|
HSL | 0.63 | 0.95 | 0.83 |
HSV | 226° | 33° | 99° |
CMYK | 0.33 | 0.25 | 0.00 0.01 |
XYZ | 52.2894 | 51.9221 | 100.1945 |
Yxy | 51.9221 | 0.2558 | 0.2540 |
Hunter Lab | 72.0570 | 3.4319 | -32.0022 |
CIE-Lab | 77.2342 | 7.8243 | -33.7834 |
#a9bdfd color RGB value is (169,189,253).
#a9bdfd hex color red value is 169, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a9bdfd hue: 0.63 , saturation: 0.95 and the lightness value of a9bdfd is 0.83.
The process color (four color CMYK) of #a9bdfd color hex is 0.33, 0.25, 0.00, 0.01. Web safe color of #a9bdfd is #99ccff. Color #a9bdfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10111101 | 11111101 |
Octal | 251 | 275 | 375 |
Decimal | 169 | 189 | 253 |
Hex | A9 | BD | FD |
Shades of #a9bdfd
Tints of #a9bdfd
RGB Percentages of Color #a9bdfd
CMYK Percentages of Color #a9bdfd
Complementary Color
#a9bdfd | #fde9a9 |
#a9bdfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9bdfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9bdfd Color CSS Codes
.mybgcolor {background-color:#a9bdfd; } .myforecolor {color:#a9bdfd; } .mybordercolor {border:3px solid #a9bdfd; }
#a9bdfd Text Font Color
<p style="color:#a9bdfd">Text here</p>
This sample text font color is #a9bdfd
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.
#a9bdfd Background Color
<div style="background-color:#a9bdfd">
Div content here</div>
This div background color is #a9bdfd
#a9bdfd Border Color
<div style="border:3px solid #a9bdfd">
Div here</div>
This div border color is #a9bdfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,189,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9bdfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9bdfd; -webkit-box-shadow: 1px 1px 3px 2px #a9bdfd; box-shadow: 1px 1px 3px 2px #a9bdfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,189,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9bdfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9bdfd; -webkit-box-shadow: 1px 1px 3px 2px #a9bdfd; box-shadow: 1px 1px 3px 2px #a9bdfd;">
Div content here</div>
This div box has shadow with color #a9bdfd
Comments
No comments written yet.
Please login to write comment.