Color spaces of #bdaddd
RGB | 189 | 173 | 221 |
---|---|---|---|
HSL | 0.72 | 0.41 | 0.77 |
HSV | 260° | 22° | 87° |
CMYK | 0.14 | 0.22 | 0.00 0.13 |
XYZ | 48.9810 | 45.9264 | 74.6897 |
Yxy | 45.9264 | 0.2888 | 0.2708 |
Hunter Lab | 67.7690 | 10.4176 | -17.9065 |
CIE-Lab | 73.4978 | 15.1003 | -22.0793 |
#bdaddd color RGB value is (189,173,221).
#bdaddd hex color red value is 189, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bdaddd hue: 0.72 , saturation: 0.41 and the lightness value of bdaddd is 0.77.
The process color (four color CMYK) of #bdaddd color hex is 0.14, 0.22, 0.00, 0.13. Web safe color of #bdaddd is #cc99cc. Color #bdaddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10101101 | 11011101 |
Octal | 275 | 255 | 335 |
Decimal | 189 | 173 | 221 |
Hex | BD | AD | DD |
Shades of #bdaddd
Tints of #bdaddd
RGB Percentages of Color #bdaddd
CMYK Percentages of Color #bdaddd
Complementary Color
#bdaddd | #cdddad |
#bdaddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdaddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdaddd Color CSS Codes
.mybgcolor {background-color:#bdaddd; } .myforecolor {color:#bdaddd; } .mybordercolor {border:3px solid #bdaddd; }
#bdaddd Text Font Color
<p style="color:#bdaddd">Text here</p>
This sample text font color is #bdaddd
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.
#bdaddd Background Color
<div style="background-color:#bdaddd">
Div content here</div>
This div background color is #bdaddd
#bdaddd Border Color
<div style="border:3px solid #bdaddd">
Div here</div>
This div border color is #bdaddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,173,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdaddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdaddd; -webkit-box-shadow: 1px 1px 3px 2px #bdaddd; box-shadow: 1px 1px 3px 2px #bdaddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,173,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdaddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdaddd; -webkit-box-shadow: 1px 1px 3px 2px #bdaddd; box-shadow: 1px 1px 3px 2px #bdaddd;">
Div content here</div>
This div box has shadow with color #bdaddd
Comments
No comments written yet.
Please login to write comment.