Color spaces of #babecc
RGB | 186 | 190 | 204 |
---|---|---|---|
HSL | 0.63 | 0.15 | 0.76 |
HSV | 227° | 9° | 80° |
CMYK | 0.09 | 0.07 | 0.00 0.20 |
XYZ | 49.5622 | 51.6256 | 64.4793 |
Yxy | 51.6256 | 0.2992 | 0.3116 |
Hunter Lab | 71.8510 | -2.6113 | -2.9114 |
CIE-Lab | 77.0564 | 1.3405 | -7.5092 |
#babecc color RGB value is (186,190,204).
#babecc hex color red value is 186, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #babecc hue: 0.63 , saturation: 0.15 and the lightness value of babecc is 0.76.
The process color (four color CMYK) of #babecc color hex is 0.09, 0.07, 0.00, 0.20. Web safe color of #babecc is #cccccc. Color #babecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111110 | 11001100 |
Octal | 272 | 276 | 314 |
Decimal | 186 | 190 | 204 |
Hex | BA | BE | CC |
Shades of #babecc
Tints of #babecc
RGB Percentages of Color #babecc
CMYK Percentages of Color #babecc
Complementary Color
#babecc | #ccc8ba |
#babecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#babecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#babecc Color CSS Codes
.mybgcolor {background-color:#babecc; } .myforecolor {color:#babecc; } .mybordercolor {border:3px solid #babecc; }
#babecc Text Font Color
<p style="color:#babecc">Text here</p>
This sample text font color is #babecc
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.
#babecc Background Color
<div style="background-color:#babecc">
Div content here</div>
This div background color is #babecc
#babecc Border Color
<div style="border:3px solid #babecc">
Div here</div>
This div border color is #babecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,190,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #babecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #babecc; -webkit-box-shadow: 1px 1px 3px 2px #babecc; box-shadow: 1px 1px 3px 2px #babecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,190,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #babecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #babecc; -webkit-box-shadow: 1px 1px 3px 2px #babecc; box-shadow: 1px 1px 3px 2px #babecc;">
Div content here</div>
This div box has shadow with color #babecc
Comments
No comments written yet.
Please login to write comment.