Color spaces of #babee6
RGB | 186 | 190 | 230 |
---|---|---|---|
HSL | 0.65 | 0.47 | 0.82 |
HSV | 235° | 19° | 90° |
CMYK | 0.19 | 0.17 | 0.00 0.10 |
XYZ | 52.9461 | 52.9792 | 82.2984 |
Yxy | 52.9792 | 0.2813 | 0.2815 |
Hunter Lab | 72.7868 | 2.4664 | -16.0871 |
CIE-Lab | 77.8627 | 6.8233 | -20.3504 |
#babee6 color RGB value is (186,190,230).
#babee6 hex color red value is 186, green value is 190 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #babee6 hue: 0.65 , saturation: 0.47 and the lightness value of babee6 is 0.82.
The process color (four color CMYK) of #babee6 color hex is 0.19, 0.17, 0.00, 0.10. Web safe color of #babee6 is #ccccff. Color #babee6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111110 | 11100110 |
Octal | 272 | 276 | 346 |
Decimal | 186 | 190 | 230 |
Hex | BA | BE | E6 |
Shades of #babee6
Tints of #babee6
RGB Percentages of Color #babee6
CMYK Percentages of Color #babee6
Complementary Color
#babee6 | #e6e2ba |
#babee6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#babee6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#babee6 Color CSS Codes
.mybgcolor {background-color:#babee6; } .myforecolor {color:#babee6; } .mybordercolor {border:3px solid #babee6; }
#babee6 Text Font Color
<p style="color:#babee6">Text here</p>
This sample text font color is #babee6
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.
#babee6 Background Color
<div style="background-color:#babee6">
Div content here</div>
This div background color is #babee6
#babee6 Border Color
<div style="border:3px solid #babee6">
Div here</div>
This div border color is #babee6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,190,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #babee6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #babee6; -webkit-box-shadow: 1px 1px 3px 2px #babee6; box-shadow: 1px 1px 3px 2px #babee6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,190,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 #babee6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #babee6; -webkit-box-shadow: 1px 1px 3px 2px #babee6; box-shadow: 1px 1px 3px 2px #babee6;">
Div content here</div>
This div box has shadow with color #babee6
Comments
No comments written yet.
Please login to write comment.