Color spaces of #bdafd1
RGB | 189 | 175 | 209 |
---|---|---|---|
HSL | 0.74 | 0.27 | 0.75 |
HSV | 265° | 16° | 82° |
CMYK | 0.10 | 0.16 | 0.00 0.18 |
XYZ | 47.8249 | 46.0822 | 66.6957 |
Yxy | 46.0822 | 0.2978 | 0.2869 |
Hunter Lab | 67.8839 | 6.9583 | -10.7335 |
CIE-Lab | 73.5988 | 11.4856 | -15.3733 |
#bdafd1 color RGB value is (189,175,209).
#bdafd1 hex color red value is 189, green value is 175 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bdafd1 hue: 0.74 , saturation: 0.27 and the lightness value of bdafd1 is 0.75.
The process color (four color CMYK) of #bdafd1 color hex is 0.10, 0.16, 0.00, 0.18. Web safe color of #bdafd1 is #cc99cc. Color #bdafd1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10101111 | 11010001 |
Octal | 275 | 257 | 321 |
Decimal | 189 | 175 | 209 |
Hex | BD | AF | D1 |
Shades of #bdafd1
Tints of #bdafd1
RGB Percentages of Color #bdafd1
CMYK Percentages of Color #bdafd1
Complementary Color
#bdafd1 | #c3d1af |
#bdafd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdafd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdafd1 Color CSS Codes
.mybgcolor {background-color:#bdafd1; } .myforecolor {color:#bdafd1; } .mybordercolor {border:3px solid #bdafd1; }
#bdafd1 Text Font Color
<p style="color:#bdafd1">Text here</p>
This sample text font color is #bdafd1
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.
#bdafd1 Background Color
<div style="background-color:#bdafd1">
Div content here</div>
This div background color is #bdafd1
#bdafd1 Border Color
<div style="border:3px solid #bdafd1">
Div here</div>
This div border color is #bdafd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,175,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdafd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdafd1; -webkit-box-shadow: 1px 1px 3px 2px #bdafd1; box-shadow: 1px 1px 3px 2px #bdafd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,175,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdafd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdafd1; -webkit-box-shadow: 1px 1px 3px 2px #bdafd1; box-shadow: 1px 1px 3px 2px #bdafd1;">
Div content here</div>
This div box has shadow with color #bdafd1
Comments
No comments written yet.
Please login to write comment.