Color spaces of #baebfb
RGB | 186 | 235 | 251 |
---|---|---|---|
HSL | 0.54 | 0.89 | 0.86 |
HSV | 195° | 26° | 98° |
CMYK | 0.26 | 0.06 | 0.00 0.02 |
XYZ | 67.3706 | 76.8208 | 102.5439 |
Yxy | 76.8208 | 0.2730 | 0.3113 |
Hunter Lab | 87.6475 | -16.1783 | -8.0136 |
CIE-Lab | 90.2391 | -12.1196 | -12.8700 |
#baebfb color RGB value is (186,235,251).
#baebfb hex color red value is 186, green value is 235 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #baebfb hue: 0.54 , saturation: 0.89 and the lightness value of baebfb is 0.86.
The process color (four color CMYK) of #baebfb color hex is 0.26, 0.06, 0.00, 0.02. Web safe color of #baebfb is #ccffff. Color #baebfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11101011 | 11111011 |
Octal | 272 | 353 | 373 |
Decimal | 186 | 235 | 251 |
Hex | BA | EB | FB |
Shades of #baebfb
Tints of #baebfb
RGB Percentages of Color #baebfb
CMYK Percentages of Color #baebfb
Complementary Color
#baebfb | #fbcaba |
#baebfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baebfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#baebfb Color CSS Codes
.mybgcolor {background-color:#baebfb; } .myforecolor {color:#baebfb; } .mybordercolor {border:3px solid #baebfb; }
#baebfb Text Font Color
<p style="color:#baebfb">Text here</p>
This sample text font color is #baebfb
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.
#baebfb Background Color
<div style="background-color:#baebfb">
Div content here</div>
This div background color is #baebfb
#baebfb Border Color
<div style="border:3px solid #baebfb">
Div here</div>
This div border color is #baebfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,235,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baebfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baebfb; -webkit-box-shadow: 1px 1px 3px 2px #baebfb; box-shadow: 1px 1px 3px 2px #baebfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,235,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baebfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baebfb; -webkit-box-shadow: 1px 1px 3px 2px #baebfb; box-shadow: 1px 1px 3px 2px #baebfb;">
Div content here</div>
This div box has shadow with color #baebfb
Comments
No comments written yet.
Please login to write comment.