Color spaces of #bedaff
RGB | 190 | 218 | 255 |
---|---|---|---|
HSL | 0.59 | 1.00 | 0.87 |
HSV | 214° | 25° | 100° |
CMYK | 0.25 | 0.15 | 0.00 0.00 |
XYZ | 64.3566 | 68.3100 | 104.4009 |
Yxy | 68.3100 | 0.2715 | 0.2881 |
Hunter Lab | 82.6499 | -5.6455 | -17.0385 |
CIE-Lab | 86.1612 | -1.2924 | -21.0771 |
#bedaff color RGB value is (190,218,255).
#bedaff hex color red value is 190, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bedaff hue: 0.59 , saturation: 1.00 and the lightness value of bedaff is 0.87.
The process color (four color CMYK) of #bedaff color hex is 0.25, 0.15, 0.00, 0.00. Web safe color of #bedaff is #ccccff. Color #bedaff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11011010 | 11111111 |
Octal | 276 | 332 | 377 |
Decimal | 190 | 218 | 255 |
Hex | BE | DA | FF |
Shades of #bedaff
Tints of #bedaff
RGB Percentages of Color #bedaff
CMYK Percentages of Color #bedaff
Complementary Color
#bedaff | #ffe3be |
#bedaff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bedaff Color Preview on White Background
Lorem ipsum dolor sit amet.
#bedaff Color CSS Codes
.mybgcolor {background-color:#bedaff; } .myforecolor {color:#bedaff; } .mybordercolor {border:3px solid #bedaff; }
#bedaff Text Font Color
<p style="color:#bedaff">Text here</p>
This sample text font color is #bedaff
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.
#bedaff Background Color
<div style="background-color:#bedaff">
Div content here</div>
This div background color is #bedaff
#bedaff Border Color
<div style="border:3px solid #bedaff">
Div here</div>
This div border color is #bedaff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,218,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bedaff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bedaff; -webkit-box-shadow: 1px 1px 3px 2px #bedaff; box-shadow: 1px 1px 3px 2px #bedaff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,218,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bedaff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bedaff; -webkit-box-shadow: 1px 1px 3px 2px #bedaff; box-shadow: 1px 1px 3px 2px #bedaff;">
Div content here</div>
This div box has shadow with color #bedaff
Related Colors
Comments
No comments written yet.
Please login to write comment.