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