Color spaces of #b9adc5
RGB | 185 | 173 | 197 |
---|---|---|---|
HSL | 0.75 | 0.17 | 0.73 |
HSV | 270° | 12° | 77° |
CMYK | 0.06 | 0.12 | 0.00 0.23 |
XYZ | 45.0292 | 44.2326 | 58.9878 |
Yxy | 44.2326 | 0.3037 | 0.2984 |
Hunter Lab | 66.5076 | 4.4658 | -6.0310 |
CIE-Lab | 72.3837 | 8.8180 | -10.6555 |
#b9adc5 color RGB value is (185,173,197).
#b9adc5 hex color red value is 185, green value is 173 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #b9adc5 hue: 0.75 , saturation: 0.17 and the lightness value of b9adc5 is 0.73.
The process color (four color CMYK) of #b9adc5 color hex is 0.06, 0.12, 0.00, 0.23. Web safe color of #b9adc5 is #cc99cc. Color #b9adc5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10101101 | 11000101 |
Octal | 271 | 255 | 305 |
Decimal | 185 | 173 | 197 |
Hex | B9 | AD | C5 |
Shades of #b9adc5
Tints of #b9adc5
RGB Percentages of Color #b9adc5
CMYK Percentages of Color #b9adc5
Complementary Color
#b9adc5 | #b9c5ad |
#b9adc5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9adc5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9adc5 Color CSS Codes
.mybgcolor {background-color:#b9adc5; } .myforecolor {color:#b9adc5; } .mybordercolor {border:3px solid #b9adc5; }
#b9adc5 Text Font Color
<p style="color:#b9adc5">Text here</p>
This sample text font color is #b9adc5
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.
#b9adc5 Background Color
<div style="background-color:#b9adc5">
Div content here</div>
This div background color is #b9adc5
#b9adc5 Border Color
<div style="border:3px solid #b9adc5">
Div here</div>
This div border color is #b9adc5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,173,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9adc5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9adc5; -webkit-box-shadow: 1px 1px 3px 2px #b9adc5; box-shadow: 1px 1px 3px 2px #b9adc5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,173,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9adc5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9adc5; -webkit-box-shadow: 1px 1px 3px 2px #b9adc5; box-shadow: 1px 1px 3px 2px #b9adc5;">
Div content here</div>
This div box has shadow with color #b9adc5
Comments
No comments written yet.
Please login to write comment.