Color spaces of #bedafa
RGB | 190 | 218 | 250 |
---|---|---|---|
HSL | 0.59 | 0.86 | 0.86 |
HSV | 212° | 24° | 98° |
CMYK | 0.24 | 0.13 | 0.00 0.02 |
XYZ | 63.5619 | 67.9921 | 100.2162 |
Yxy | 67.9921 | 0.2742 | 0.2934 |
Hunter Lab | 82.4573 | -6.7043 | -14.3392 |
CIE-Lab | 86.0025 | -2.4230 | -18.6798 |
#bedafa color RGB value is (190,218,250).
#bedafa hex color red value is 190, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bedafa hue: 0.59 , saturation: 0.86 and the lightness value of bedafa is 0.86.
The process color (four color CMYK) of #bedafa color hex is 0.24, 0.13, 0.00, 0.02. Web safe color of #bedafa is #ccccff. Color #bedafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11011010 | 11111010 |
Octal | 276 | 332 | 372 |
Decimal | 190 | 218 | 250 |
Hex | BE | DA | FA |
Shades of #bedafa
Tints of #bedafa
RGB Percentages of Color #bedafa
CMYK Percentages of Color #bedafa
Complementary Color
#bedafa | #fadebe |
#bedafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bedafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bedafa Color CSS Codes
.mybgcolor {background-color:#bedafa; } .myforecolor {color:#bedafa; } .mybordercolor {border:3px solid #bedafa; }
#bedafa Text Font Color
<p style="color:#bedafa">Text here</p>
This sample text font color is #bedafa
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.
#bedafa Background Color
<div style="background-color:#bedafa">
Div content here</div>
This div background color is #bedafa
#bedafa Border Color
<div style="border:3px solid #bedafa">
Div here</div>
This div border color is #bedafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,218,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bedafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bedafa; -webkit-box-shadow: 1px 1px 3px 2px #bedafa; box-shadow: 1px 1px 3px 2px #bedafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,218,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bedafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bedafa; -webkit-box-shadow: 1px 1px 3px 2px #bedafa; box-shadow: 1px 1px 3px 2px #bedafa;">
Div content here</div>
This div box has shadow with color #bedafa
Comments
No comments written yet.
Please login to write comment.