Color spaces of #bee0fb
RGB | 190 | 224 | 251 |
---|---|---|---|
HSL | 0.57 | 0.88 | 0.86 |
HSV | 207° | 24° | 98° |
CMYK | 0.24 | 0.11 | 0.00 0.02 |
XYZ | 65.3034 | 71.2235 | 101.5724 |
Yxy | 71.2235 | 0.2743 | 0.2991 |
Hunter Lab | 84.3940 | -9.5677 | -12.2827 |
CIE-Lab | 87.5935 | -5.3233 | -16.8103 |
#bee0fb color RGB value is (190,224,251).
#bee0fb hex color red value is 190, green value is 224 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bee0fb hue: 0.57 , saturation: 0.88 and the lightness value of bee0fb is 0.86.
The process color (four color CMYK) of #bee0fb color hex is 0.24, 0.11, 0.00, 0.02. Web safe color of #bee0fb is #ccccff. Color #bee0fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11100000 | 11111011 |
Octal | 276 | 340 | 373 |
Decimal | 190 | 224 | 251 |
Hex | BE | E0 | FB |
Shades of #bee0fb
Tints of #bee0fb
RGB Percentages of Color #bee0fb
CMYK Percentages of Color #bee0fb
Complementary Color
#bee0fb | #fbd9be |
#bee0fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bee0fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bee0fb Color CSS Codes
.mybgcolor {background-color:#bee0fb; } .myforecolor {color:#bee0fb; } .mybordercolor {border:3px solid #bee0fb; }
#bee0fb Text Font Color
<p style="color:#bee0fb">Text here</p>
This sample text font color is #bee0fb
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.
#bee0fb Background Color
<div style="background-color:#bee0fb">
Div content here</div>
This div background color is #bee0fb
#bee0fb Border Color
<div style="border:3px solid #bee0fb">
Div here</div>
This div border color is #bee0fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,224,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bee0fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bee0fb; -webkit-box-shadow: 1px 1px 3px 2px #bee0fb; box-shadow: 1px 1px 3px 2px #bee0fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,224,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 #bee0fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bee0fb; -webkit-box-shadow: 1px 1px 3px 2px #bee0fb; box-shadow: 1px 1px 3px 2px #bee0fb;">
Div content here</div>
This div box has shadow with color #bee0fb
Comments
No comments written yet.
Please login to write comment.