Color spaces of #bdbfeb
RGB | 189 | 191 | 235 |
---|---|---|---|
HSL | 0.66 | 0.53 | 0.83 |
HSV | 237° | 20° | 92° |
CMYK | 0.20 | 0.19 | 0.00 0.08 |
XYZ | 54.6125 | 54.0786 | 86.1571 |
Yxy | 54.0786 | 0.2803 | 0.2775 |
Hunter Lab | 73.5382 | 3.8698 | -17.9873 |
CIE-Lab | 78.5075 | 8.3155 | -22.0426 |
#bdbfeb color RGB value is (189,191,235).
#bdbfeb hex color red value is 189, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bdbfeb hue: 0.66 , saturation: 0.53 and the lightness value of bdbfeb is 0.83.
The process color (four color CMYK) of #bdbfeb color hex is 0.20, 0.19, 0.00, 0.08. Web safe color of #bdbfeb is #ccccff. Color #bdbfeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111111 | 11101011 |
Octal | 275 | 277 | 353 |
Decimal | 189 | 191 | 235 |
Hex | BD | BF | EB |
Shades of #bdbfeb
Tints of #bdbfeb
RGB Percentages of Color #bdbfeb
CMYK Percentages of Color #bdbfeb
Complementary Color
#bdbfeb | #ebe9bd |
#bdbfeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdbfeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdbfeb Color CSS Codes
.mybgcolor {background-color:#bdbfeb; } .myforecolor {color:#bdbfeb; } .mybordercolor {border:3px solid #bdbfeb; }
#bdbfeb Text Font Color
<p style="color:#bdbfeb">Text here</p>
This sample text font color is #bdbfeb
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.
#bdbfeb Background Color
<div style="background-color:#bdbfeb">
Div content here</div>
This div background color is #bdbfeb
#bdbfeb Border Color
<div style="border:3px solid #bdbfeb">
Div here</div>
This div border color is #bdbfeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,191,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdbfeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdbfeb; -webkit-box-shadow: 1px 1px 3px 2px #bdbfeb; box-shadow: 1px 1px 3px 2px #bdbfeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,191,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdbfeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbfeb; -webkit-box-shadow: 1px 1px 3px 2px #bdbfeb; box-shadow: 1px 1px 3px 2px #bdbfeb;">
Div content here</div>
This div box has shadow with color #bdbfeb
Comments
No comments written yet.
Please login to write comment.