Color spaces of #bfbded
RGB | 191 | 189 | 237 |
---|---|---|---|
HSL | 0.67 | 0.57 | 0.84 |
HSV | 243° | 20° | 93° |
CMYK | 0.19 | 0.20 | 0.00 0.07 |
XYZ | 54.9695 | 53.5860 | 87.5667 |
Yxy | 53.5860 | 0.2803 | 0.2732 |
Hunter Lab | 73.2025 | 5.9357 | -19.6825 |
CIE-Lab | 78.2197 | 10.4600 | -23.5422 |
#bfbded color RGB value is (191,189,237).
#bfbded hex color red value is 191, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bfbded hue: 0.67 , saturation: 0.57 and the lightness value of bfbded is 0.84.
The process color (four color CMYK) of #bfbded color hex is 0.19, 0.20, 0.00, 0.07. Web safe color of #bfbded is #ccccff. Color #bfbded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111101 | 11101101 |
Octal | 277 | 275 | 355 |
Decimal | 191 | 189 | 237 |
Hex | BF | BD | ED |
Shades of #bfbded
Tints of #bfbded
RGB Percentages of Color #bfbded
CMYK Percentages of Color #bfbded
Complementary Color
#bfbded | #ebedbd |
#bfbded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfbded Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfbded Color CSS Codes
.mybgcolor {background-color:#bfbded; } .myforecolor {color:#bfbded; } .mybordercolor {border:3px solid #bfbded; }
#bfbded Text Font Color
<p style="color:#bfbded">Text here</p>
This sample text font color is #bfbded
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.
#bfbded Background Color
<div style="background-color:#bfbded">
Div content here</div>
This div background color is #bfbded
#bfbded Border Color
<div style="border:3px solid #bfbded">
Div here</div>
This div border color is #bfbded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,189,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfbded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfbded; -webkit-box-shadow: 1px 1px 3px 2px #bfbded; box-shadow: 1px 1px 3px 2px #bfbded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,189,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfbded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbded; -webkit-box-shadow: 1px 1px 3px 2px #bfbded; box-shadow: 1px 1px 3px 2px #bfbded;">
Div content here</div>
This div box has shadow with color #bfbded
Comments
No comments written yet.
Please login to write comment.