Color spaces of #b9aecd
RGB | 185 | 174 | 205 |
---|---|---|---|
HSL | 0.73 | 0.24 | 0.74 |
HSV | 261° | 15° | 80° |
CMYK | 0.10 | 0.15 | 0.00 0.20 |
XYZ | 46.1631 | 44.9942 | 64.0093 |
Yxy | 44.9942 | 0.2975 | 0.2900 |
Hunter Lab | 67.0777 | 5.4583 | -9.6234 |
CIE-Lab | 72.8881 | 9.8886 | -14.2869 |
#b9aecd color RGB value is (185,174,205).
#b9aecd hex color red value is 185, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b9aecd hue: 0.73 , saturation: 0.24 and the lightness value of b9aecd is 0.74.
The process color (four color CMYK) of #b9aecd color hex is 0.10, 0.15, 0.00, 0.20. Web safe color of #b9aecd is #cc99cc. Color #b9aecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10101110 | 11001101 |
Octal | 271 | 256 | 315 |
Decimal | 185 | 174 | 205 |
Hex | B9 | AE | CD |
Shades of #b9aecd
Tints of #b9aecd
RGB Percentages of Color #b9aecd
CMYK Percentages of Color #b9aecd
Complementary Color
#b9aecd | #c2cdae |
#b9aecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9aecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9aecd Color CSS Codes
.mybgcolor {background-color:#b9aecd; } .myforecolor {color:#b9aecd; } .mybordercolor {border:3px solid #b9aecd; }
#b9aecd Text Font Color
<p style="color:#b9aecd">Text here</p>
This sample text font color is #b9aecd
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.
#b9aecd Background Color
<div style="background-color:#b9aecd">
Div content here</div>
This div background color is #b9aecd
#b9aecd Border Color
<div style="border:3px solid #b9aecd">
Div here</div>
This div border color is #b9aecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,174,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9aecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9aecd; -webkit-box-shadow: 1px 1px 3px 2px #b9aecd; box-shadow: 1px 1px 3px 2px #b9aecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,174,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9aecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9aecd; -webkit-box-shadow: 1px 1px 3px 2px #b9aecd; box-shadow: 1px 1px 3px 2px #b9aecd;">
Div content here</div>
This div box has shadow with color #b9aecd
Comments
No comments written yet.
Please login to write comment.