Color spaces of #bab3cf
RGB | 186 | 179 | 207 |
---|---|---|---|
HSL | 0.71 | 0.23 | 0.76 |
HSV | 255° | 14° | 81° |
CMYK | 0.10 | 0.14 | 0.00 0.19 |
XYZ | 47.6323 | 47.1843 | 65.6285 |
Yxy | 47.1843 | 0.2969 | 0.2941 |
Hunter Lab | 68.6908 | 3.5684 | -8.5632 |
CIE-Lab | 74.3075 | 7.8964 | -13.2406 |
#bab3cf color RGB value is (186,179,207).
#bab3cf hex color red value is 186, green value is 179 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bab3cf hue: 0.71 , saturation: 0.23 and the lightness value of bab3cf is 0.76.
The process color (four color CMYK) of #bab3cf color hex is 0.10, 0.14, 0.00, 0.19. Web safe color of #bab3cf is #cccccc. Color #bab3cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10110011 | 11001111 |
Octal | 272 | 263 | 317 |
Decimal | 186 | 179 | 207 |
Hex | BA | B3 | CF |
Shades of #bab3cf
Tints of #bab3cf
RGB Percentages of Color #bab3cf
CMYK Percentages of Color #bab3cf
Complementary Color
#bab3cf | #c8cfb3 |
#bab3cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bab3cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bab3cf Color CSS Codes
.mybgcolor {background-color:#bab3cf; } .myforecolor {color:#bab3cf; } .mybordercolor {border:3px solid #bab3cf; }
#bab3cf Text Font Color
<p style="color:#bab3cf">Text here</p>
This sample text font color is #bab3cf
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.
#bab3cf Background Color
<div style="background-color:#bab3cf">
Div content here</div>
This div background color is #bab3cf
#bab3cf Border Color
<div style="border:3px solid #bab3cf">
Div here</div>
This div border color is #bab3cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,179,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bab3cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bab3cf; -webkit-box-shadow: 1px 1px 3px 2px #bab3cf; box-shadow: 1px 1px 3px 2px #bab3cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,179,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bab3cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bab3cf; -webkit-box-shadow: 1px 1px 3px 2px #bab3cf; box-shadow: 1px 1px 3px 2px #bab3cf;">
Div content here</div>
This div box has shadow with color #bab3cf
Comments
No comments written yet.
Please login to write comment.