Color spaces of #babfdd
RGB | 186 | 191 | 221 |
---|---|---|---|
HSL | 0.64 | 0.34 | 0.80 |
HSV | 231° | 16° | 87° |
CMYK | 0.16 | 0.14 | 0.00 0.13 |
XYZ | 51.9316 | 52.9212 | 75.8843 |
Yxy | 52.9212 | 0.2873 | 0.2928 |
Hunter Lab | 72.7470 | 0.1180 | -10.9241 |
CIE-Lab | 77.8285 | 4.3264 | -15.5480 |
#babfdd color RGB value is (186,191,221).
#babfdd hex color red value is 186, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #babfdd hue: 0.64 , saturation: 0.34 and the lightness value of babfdd is 0.80.
The process color (four color CMYK) of #babfdd color hex is 0.16, 0.14, 0.00, 0.13. Web safe color of #babfdd is #cccccc. Color #babfdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111111 | 11011101 |
Octal | 272 | 277 | 335 |
Decimal | 186 | 191 | 221 |
Hex | BA | BF | DD |
Shades of #babfdd
Tints of #babfdd
RGB Percentages of Color #babfdd
CMYK Percentages of Color #babfdd
Complementary Color
#babfdd | #ddd8ba |
#babfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#babfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#babfdd Color CSS Codes
.mybgcolor {background-color:#babfdd; } .myforecolor {color:#babfdd; } .mybordercolor {border:3px solid #babfdd; }
#babfdd Text Font Color
<p style="color:#babfdd">Text here</p>
This sample text font color is #babfdd
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.
#babfdd Background Color
<div style="background-color:#babfdd">
Div content here</div>
This div background color is #babfdd
#babfdd Border Color
<div style="border:3px solid #babfdd">
Div here</div>
This div border color is #babfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,191,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #babfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #babfdd; -webkit-box-shadow: 1px 1px 3px 2px #babfdd; box-shadow: 1px 1px 3px 2px #babfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,191,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #babfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #babfdd; -webkit-box-shadow: 1px 1px 3px 2px #babfdd; box-shadow: 1px 1px 3px 2px #babfdd;">
Div content here</div>
This div box has shadow with color #babfdd
#babfdd Color Palettes
Comments
No comments written yet.
Please login to write comment.