Color spaces of #babfcf
RGB | 186 | 191 | 207 |
---|---|---|---|
HSL | 0.63 | 0.18 | 0.77 |
HSV | 226° | 10° | 81° |
CMYK | 0.10 | 0.08 | 0.00 0.19 |
XYZ | 50.1430 | 52.2057 | 66.4654 |
Yxy | 52.2057 | 0.2970 | 0.3092 |
Hunter Lab | 72.2535 | -2.5670 | -3.9629 |
CIE-Lab | 77.4037 | 1.4097 | -8.6175 |
#babfcf color RGB value is (186,191,207).
#babfcf hex color red value is 186, green value is 191 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #babfcf hue: 0.63 , saturation: 0.18 and the lightness value of babfcf is 0.77.
The process color (four color CMYK) of #babfcf color hex is 0.10, 0.08, 0.00, 0.19. Web safe color of #babfcf is #cccccc. Color #babfcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111111 | 11001111 |
Octal | 272 | 277 | 317 |
Decimal | 186 | 191 | 207 |
Hex | BA | BF | CF |
Shades of #babfcf
Tints of #babfcf
RGB Percentages of Color #babfcf
CMYK Percentages of Color #babfcf
Complementary Color
#babfcf | #cfcaba |
#babfcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#babfcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#babfcf Color CSS Codes
.mybgcolor {background-color:#babfcf; } .myforecolor {color:#babfcf; } .mybordercolor {border:3px solid #babfcf; }
#babfcf Text Font Color
<p style="color:#babfcf">Text here</p>
This sample text font color is #babfcf
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.
#babfcf Background Color
<div style="background-color:#babfcf">
Div content here</div>
This div background color is #babfcf
#babfcf Border Color
<div style="border:3px solid #babfcf">
Div here</div>
This div border color is #babfcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,191,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #babfcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #babfcf; -webkit-box-shadow: 1px 1px 3px 2px #babfcf; box-shadow: 1px 1px 3px 2px #babfcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,191,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 #babfcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #babfcf; -webkit-box-shadow: 1px 1px 3px 2px #babfcf; box-shadow: 1px 1px 3px 2px #babfcf;">
Div content here</div>
This div box has shadow with color #babfcf
Comments
No comments written yet.
Please login to write comment.