Color spaces of #bedcfd
RGB | 190 | 220 | 253 |
---|---|---|---|
HSL | 0.59 | 0.94 | 0.87 |
HSV | 211° | 25° | 99° |
CMYK | 0.25 | 0.13 | 0.00 0.01 |
XYZ | 64.5580 | 69.2254 | 102.8878 |
Yxy | 69.2254 | 0.2728 | 0.2925 |
Hunter Lab | 83.2018 | -7.1013 | -15.0771 |
CIE-Lab | 86.6155 | -2.7932 | -19.3364 |
#bedcfd color RGB value is (190,220,253).
#bedcfd hex color red value is 190, green value is 220 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bedcfd hue: 0.59 , saturation: 0.94 and the lightness value of bedcfd is 0.87.
The process color (four color CMYK) of #bedcfd color hex is 0.25, 0.13, 0.00, 0.01. Web safe color of #bedcfd is #ccccff. Color #bedcfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11011100 | 11111101 |
Octal | 276 | 334 | 375 |
Decimal | 190 | 220 | 253 |
Hex | BE | DC | FD |
Shades of #bedcfd
Tints of #bedcfd
RGB Percentages of Color #bedcfd
CMYK Percentages of Color #bedcfd
Complementary Color
#bedcfd | #fddfbe |
#bedcfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bedcfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bedcfd Color CSS Codes
.mybgcolor {background-color:#bedcfd; } .myforecolor {color:#bedcfd; } .mybordercolor {border:3px solid #bedcfd; }
#bedcfd Text Font Color
<p style="color:#bedcfd">Text here</p>
This sample text font color is #bedcfd
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.
#bedcfd Background Color
<div style="background-color:#bedcfd">
Div content here</div>
This div background color is #bedcfd
#bedcfd Border Color
<div style="border:3px solid #bedcfd">
Div here</div>
This div border color is #bedcfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,220,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bedcfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bedcfd; -webkit-box-shadow: 1px 1px 3px 2px #bedcfd; box-shadow: 1px 1px 3px 2px #bedcfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,220,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bedcfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bedcfd; -webkit-box-shadow: 1px 1px 3px 2px #bedcfd; box-shadow: 1px 1px 3px 2px #bedcfd;">
Div content here</div>
This div box has shadow with color #bedcfd
#bedcfd Color Palettes
Comments
No comments written yet.
Please login to write comment.