Color spaces of #bde6fb
RGB | 189 | 230 | 251 |
---|---|---|---|
HSL | 0.56 | 0.89 | 0.86 |
HSV | 200° | 25° | 98° |
CMYK | 0.25 | 0.08 | 0.00 0.02 |
XYZ | 66.6957 | 74.3775 | 102.1078 |
Yxy | 74.3775 | 0.2743 | 0.3059 |
Hunter Lab | 86.2424 | -12.8809 | -9.8275 |
CIE-Lab | 89.1006 | -8.7060 | -14.5546 |
#bde6fb color RGB value is (189,230,251).
#bde6fb hex color red value is 189, green value is 230 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bde6fb hue: 0.56 , saturation: 0.89 and the lightness value of bde6fb is 0.86.
The process color (four color CMYK) of #bde6fb color hex is 0.25, 0.08, 0.00, 0.02. Web safe color of #bde6fb is #ccffff. Color #bde6fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11100110 | 11111011 |
Octal | 275 | 346 | 373 |
Decimal | 189 | 230 | 251 |
Hex | BD | E6 | FB |
Shades of #bde6fb
Tints of #bde6fb
RGB Percentages of Color #bde6fb
CMYK Percentages of Color #bde6fb
Complementary Color
#bde6fb | #fbd2bd |
#bde6fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde6fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde6fb Color CSS Codes
.mybgcolor {background-color:#bde6fb; } .myforecolor {color:#bde6fb; } .mybordercolor {border:3px solid #bde6fb; }
#bde6fb Text Font Color
<p style="color:#bde6fb">Text here</p>
This sample text font color is #bde6fb
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.
#bde6fb Background Color
<div style="background-color:#bde6fb">
Div content here</div>
This div background color is #bde6fb
#bde6fb Border Color
<div style="border:3px solid #bde6fb">
Div here</div>
This div border color is #bde6fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,230,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde6fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde6fb; -webkit-box-shadow: 1px 1px 3px 2px #bde6fb; box-shadow: 1px 1px 3px 2px #bde6fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,230,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 #bde6fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde6fb; -webkit-box-shadow: 1px 1px 3px 2px #bde6fb; box-shadow: 1px 1px 3px 2px #bde6fb;">
Div content here</div>
This div box has shadow with color #bde6fb
#bde6fb Color Palettes
Comments
No comments written yet.
Please login to write comment.