Color spaces of #babbef
RGB | 186 | 187 | 239 |
---|---|---|---|
HSL | 0.66 | 0.62 | 0.83 |
HSV | 239° | 22° | 94° |
CMYK | 0.22 | 0.22 | 0.00 0.06 |
XYZ | 53.6000 | 52.2117 | 88.9142 |
Yxy | 52.2117 | 0.2753 | 0.2681 |
Hunter Lab | 72.2577 | 5.9586 | -22.3769 |
CIE-Lab | 77.4073 | 10.4733 | -25.8922 |
#babbef color RGB value is (186,187,239).
#babbef hex color red value is 186, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #babbef hue: 0.66 , saturation: 0.62 and the lightness value of babbef is 0.83.
The process color (four color CMYK) of #babbef color hex is 0.22, 0.22, 0.00, 0.06. Web safe color of #babbef is #ccccff. Color #babbef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111011 | 11101111 |
Octal | 272 | 273 | 357 |
Decimal | 186 | 187 | 239 |
Hex | BA | BB | EF |
Shades of #babbef
Tints of #babbef
RGB Percentages of Color #babbef
CMYK Percentages of Color #babbef
Complementary Color
#babbef | #efeeba |
#babbef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#babbef Color Preview on White Background
Lorem ipsum dolor sit amet.
#babbef Color CSS Codes
.mybgcolor {background-color:#babbef; } .myforecolor {color:#babbef; } .mybordercolor {border:3px solid #babbef; }
#babbef Text Font Color
<p style="color:#babbef">Text here</p>
This sample text font color is #babbef
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.
#babbef Background Color
<div style="background-color:#babbef">
Div content here</div>
This div background color is #babbef
#babbef Border Color
<div style="border:3px solid #babbef">
Div here</div>
This div border color is #babbef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,187,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #babbef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #babbef; -webkit-box-shadow: 1px 1px 3px 2px #babbef; box-shadow: 1px 1px 3px 2px #babbef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,187,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #babbef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #babbef; -webkit-box-shadow: 1px 1px 3px 2px #babbef; box-shadow: 1px 1px 3px 2px #babbef;">
Div content here</div>
This div box has shadow with color #babbef
Comments
No comments written yet.
Please login to write comment.