Color spaces of #bedadf
RGB | 190 | 218 | 223 |
---|---|---|---|
HSL | 0.53 | 0.34 | 0.81 |
HSV | 189° | 15° | 87° |
CMYK | 0.15 | 0.02 | 0.00 0.13 |
XYZ | 59.6259 | 66.4177 | 79.4893 |
Yxy | 66.4177 | 0.2901 | 0.3231 |
Hunter Lab | 81.4971 | -12.0234 | -0.7814 |
CIE-Lab | 85.2090 | -8.2211 | -5.5875 |
#bedadf color RGB value is (190,218,223).
#bedadf hex color red value is 190, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bedadf hue: 0.53 , saturation: 0.34 and the lightness value of bedadf is 0.81.
The process color (four color CMYK) of #bedadf color hex is 0.15, 0.02, 0.00, 0.13. Web safe color of #bedadf is #cccccc. Color #bedadf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11011010 | 11011111 |
Octal | 276 | 332 | 337 |
Decimal | 190 | 218 | 223 |
Hex | BE | DA | DF |
Shades of #bedadf
Tints of #bedadf
RGB Percentages of Color #bedadf
CMYK Percentages of Color #bedadf
Complementary Color
#bedadf | #dfc3be |
#bedadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bedadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bedadf Color CSS Codes
.mybgcolor {background-color:#bedadf; } .myforecolor {color:#bedadf; } .mybordercolor {border:3px solid #bedadf; }
#bedadf Text Font Color
<p style="color:#bedadf">Text here</p>
This sample text font color is #bedadf
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.
#bedadf Background Color
<div style="background-color:#bedadf">
Div content here</div>
This div background color is #bedadf
#bedadf Border Color
<div style="border:3px solid #bedadf">
Div here</div>
This div border color is #bedadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,218,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bedadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bedadf; -webkit-box-shadow: 1px 1px 3px 2px #bedadf; box-shadow: 1px 1px 3px 2px #bedadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,218,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bedadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bedadf; -webkit-box-shadow: 1px 1px 3px 2px #bedadf; box-shadow: 1px 1px 3px 2px #bedadf;">
Div content here</div>
This div box has shadow with color #bedadf
Comments
No comments written yet.
Please login to write comment.