Color spaces of #bdafd3
RGB | 189 | 175 | 211 |
---|---|---|---|
HSL | 0.73 | 0.29 | 0.76 |
HSV | 263° | 17° | 83° |
CMYK | 0.10 | 0.17 | 0.00 0.17 |
XYZ | 48.0741 | 46.1819 | 68.0082 |
Yxy | 46.1819 | 0.2963 | 0.2846 |
Hunter Lab | 67.9573 | 7.3487 | -11.7644 |
CIE-Lab | 73.6634 | 11.8968 | -16.3689 |
#bdafd3 color RGB value is (189,175,211).
#bdafd3 hex color red value is 189, green value is 175 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #bdafd3 hue: 0.73 , saturation: 0.29 and the lightness value of bdafd3 is 0.76.
The process color (four color CMYK) of #bdafd3 color hex is 0.10, 0.17, 0.00, 0.17. Web safe color of #bdafd3 is #cc99cc. Color #bdafd3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10101111 | 11010011 |
Octal | 275 | 257 | 323 |
Decimal | 189 | 175 | 211 |
Hex | BD | AF | D3 |
Shades of #bdafd3
Tints of #bdafd3
RGB Percentages of Color #bdafd3
CMYK Percentages of Color #bdafd3
Complementary Color
#bdafd3 | #c5d3af |
#bdafd3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdafd3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdafd3 Color CSS Codes
.mybgcolor {background-color:#bdafd3; } .myforecolor {color:#bdafd3; } .mybordercolor {border:3px solid #bdafd3; }
#bdafd3 Text Font Color
<p style="color:#bdafd3">Text here</p>
This sample text font color is #bdafd3
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.
#bdafd3 Background Color
<div style="background-color:#bdafd3">
Div content here</div>
This div background color is #bdafd3
#bdafd3 Border Color
<div style="border:3px solid #bdafd3">
Div here</div>
This div border color is #bdafd3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,175,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdafd3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdafd3; -webkit-box-shadow: 1px 1px 3px 2px #bdafd3; box-shadow: 1px 1px 3px 2px #bdafd3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,175,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdafd3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdafd3; -webkit-box-shadow: 1px 1px 3px 2px #bdafd3; box-shadow: 1px 1px 3px 2px #bdafd3;">
Div content here</div>
This div box has shadow with color #bdafd3
Comments
No comments written yet.
Please login to write comment.