Color spaces of #bdadfa
RGB | 189 | 173 | 250 |
---|---|---|---|
HSL | 0.70 | 0.89 | 0.83 |
HSV | 252° | 31° | 98° |
CMYK | 0.24 | 0.31 | 0.00 0.02 |
XYZ | 53.1852 | 47.6081 | 96.8286 |
Yxy | 47.6081 | 0.2691 | 0.2409 |
Hunter Lab | 68.9986 | 16.8430 | -34.9051 |
CIE-Lab | 74.5771 | 21.6040 | -36.1615 |
#bdadfa color RGB value is (189,173,250).
#bdadfa hex color red value is 189, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bdadfa hue: 0.70 , saturation: 0.89 and the lightness value of bdadfa is 0.83.
The process color (four color CMYK) of #bdadfa color hex is 0.24, 0.31, 0.00, 0.02. Web safe color of #bdadfa is #cc99ff. Color #bdadfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10101101 | 11111010 |
Octal | 275 | 255 | 372 |
Decimal | 189 | 173 | 250 |
Hex | BD | AD | FA |
Shades of #bdadfa
Tints of #bdadfa
RGB Percentages of Color #bdadfa
CMYK Percentages of Color #bdadfa
Complementary Color
#bdadfa | #eafaad |
#bdadfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdadfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdadfa Color CSS Codes
.mybgcolor {background-color:#bdadfa; } .myforecolor {color:#bdadfa; } .mybordercolor {border:3px solid #bdadfa; }
#bdadfa Text Font Color
<p style="color:#bdadfa">Text here</p>
This sample text font color is #bdadfa
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.
#bdadfa Background Color
<div style="background-color:#bdadfa">
Div content here</div>
This div background color is #bdadfa
#bdadfa Border Color
<div style="border:3px solid #bdadfa">
Div here</div>
This div border color is #bdadfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,173,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdadfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdadfa; -webkit-box-shadow: 1px 1px 3px 2px #bdadfa; box-shadow: 1px 1px 3px 2px #bdadfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,173,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdadfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdadfa; -webkit-box-shadow: 1px 1px 3px 2px #bdadfa; box-shadow: 1px 1px 3px 2px #bdadfa;">
Div content here</div>
This div box has shadow with color #bdadfa
Comments
No comments written yet.
Please login to write comment.