Color spaces of #baabd9
RGB | 186 | 171 | 217 |
---|---|---|---|
HSL | 0.72 | 0.38 | 0.76 |
HSV | 260° | 21° | 85° |
CMYK | 0.14 | 0.21 | 0.00 0.15 |
XYZ | 47.3370 | 44.5747 | 71.7545 |
Yxy | 44.5747 | 0.2892 | 0.2724 |
Hunter Lab | 66.7643 | 9.7220 | -16.9866 |
CIE-Lab | 72.6110 | 14.3866 | -21.2667 |
#baabd9 color RGB value is (186,171,217).
#baabd9 hex color red value is 186, green value is 171 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #baabd9 hue: 0.72 , saturation: 0.38 and the lightness value of baabd9 is 0.76.
The process color (four color CMYK) of #baabd9 color hex is 0.14, 0.21, 0.00, 0.15. Web safe color of #baabd9 is #cc99cc. Color #baabd9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101011 | 11011001 |
Octal | 272 | 253 | 331 |
Decimal | 186 | 171 | 217 |
Hex | BA | AB | D9 |
Shades of #baabd9
Tints of #baabd9
RGB Percentages of Color #baabd9
CMYK Percentages of Color #baabd9
Complementary Color
#baabd9 | #cad9ab |
#baabd9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baabd9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baabd9 Color CSS Codes
.mybgcolor {background-color:#baabd9; } .myforecolor {color:#baabd9; } .mybordercolor {border:3px solid #baabd9; }
#baabd9 Text Font Color
<p style="color:#baabd9">Text here</p>
This sample text font color is #baabd9
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.
#baabd9 Background Color
<div style="background-color:#baabd9">
Div content here</div>
This div background color is #baabd9
#baabd9 Border Color
<div style="border:3px solid #baabd9">
Div here</div>
This div border color is #baabd9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,171,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baabd9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baabd9; -webkit-box-shadow: 1px 1px 3px 2px #baabd9; box-shadow: 1px 1px 3px 2px #baabd9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,171,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baabd9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baabd9; -webkit-box-shadow: 1px 1px 3px 2px #baabd9; box-shadow: 1px 1px 3px 2px #baabd9;">
Div content here</div>
This div box has shadow with color #baabd9
Comments
No comments written yet.
Please login to write comment.