Color spaces of #bacce6
RGB | 186 | 204 | 230 |
---|---|---|---|
HSL | 0.60 | 0.47 | 0.82 |
HSV | 215° | 19° | 90° |
CMYK | 0.19 | 0.11 | 0.00 0.10 |
XYZ | 56.1255 | 59.3380 | 83.3582 |
Yxy | 59.3380 | 0.2823 | 0.2984 |
Hunter Lab | 77.0312 | -4.7481 | -10.2380 |
CIE-Lab | 81.4770 | -0.6802 | -14.8975 |
#bacce6 color RGB value is (186,204,230).
#bacce6 hex color red value is 186, green value is 204 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bacce6 hue: 0.60 , saturation: 0.47 and the lightness value of bacce6 is 0.82.
The process color (four color CMYK) of #bacce6 color hex is 0.19, 0.11, 0.00, 0.10. Web safe color of #bacce6 is #ccccff. Color #bacce6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001100 | 11100110 |
Octal | 272 | 314 | 346 |
Decimal | 186 | 204 | 230 |
Hex | BA | CC | E6 |
Shades of #bacce6
Tints of #bacce6
RGB Percentages of Color #bacce6
CMYK Percentages of Color #bacce6
Complementary Color
#bacce6 | #e6d4ba |
#bacce6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bacce6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bacce6 Color CSS Codes
.mybgcolor {background-color:#bacce6; } .myforecolor {color:#bacce6; } .mybordercolor {border:3px solid #bacce6; }
#bacce6 Text Font Color
<p style="color:#bacce6">Text here</p>
This sample text font color is #bacce6
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.
#bacce6 Background Color
<div style="background-color:#bacce6">
Div content here</div>
This div background color is #bacce6
#bacce6 Border Color
<div style="border:3px solid #bacce6">
Div here</div>
This div border color is #bacce6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,204,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bacce6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bacce6; -webkit-box-shadow: 1px 1px 3px 2px #bacce6; box-shadow: 1px 1px 3px 2px #bacce6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,204,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bacce6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bacce6; -webkit-box-shadow: 1px 1px 3px 2px #bacce6; box-shadow: 1px 1px 3px 2px #bacce6;">
Div content here</div>
This div box has shadow with color #bacce6
Comments
No comments written yet.
Please login to write comment.