Color spaces of #bdb1ec
RGB | 189 | 177 | 236 |
---|---|---|---|
HSL | 0.70 | 0.61 | 0.81 |
HSV | 252° | 25° | 93° |
CMYK | 0.20 | 0.25 | 0.00 0.07 |
XYZ | 51.8487 | 48.3192 | 85.9507 |
Yxy | 48.3192 | 0.2786 | 0.2596 |
Hunter Lab | 69.5120 | 11.4963 | -24.6529 |
CIE-Lab | 75.0258 | 16.1891 | -27.8977 |
#bdb1ec color RGB value is (189,177,236).
#bdb1ec hex color red value is 189, green value is 177 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bdb1ec hue: 0.70 , saturation: 0.61 and the lightness value of bdb1ec is 0.81.
The process color (four color CMYK) of #bdb1ec color hex is 0.20, 0.25, 0.00, 0.07. Web safe color of #bdb1ec is #cc99ff. Color #bdb1ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10110001 | 11101100 |
Octal | 275 | 261 | 354 |
Decimal | 189 | 177 | 236 |
Hex | BD | B1 | EC |
Shades of #bdb1ec
Tints of #bdb1ec
RGB Percentages of Color #bdb1ec
CMYK Percentages of Color #bdb1ec
Complementary Color
#bdb1ec | #e0ecb1 |
#bdb1ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb1ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb1ec Color CSS Codes
.mybgcolor {background-color:#bdb1ec; } .myforecolor {color:#bdb1ec; } .mybordercolor {border:3px solid #bdb1ec; }
#bdb1ec Text Font Color
<p style="color:#bdb1ec">Text here</p>
This sample text font color is #bdb1ec
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.
#bdb1ec Background Color
<div style="background-color:#bdb1ec">
Div content here</div>
This div background color is #bdb1ec
#bdb1ec Border Color
<div style="border:3px solid #bdb1ec">
Div here</div>
This div border color is #bdb1ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,177,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb1ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb1ec; -webkit-box-shadow: 1px 1px 3px 2px #bdb1ec; box-shadow: 1px 1px 3px 2px #bdb1ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,177,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdb1ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb1ec; -webkit-box-shadow: 1px 1px 3px 2px #bdb1ec; box-shadow: 1px 1px 3px 2px #bdb1ec;">
Div content here</div>
This div box has shadow with color #bdb1ec
Comments
No comments written yet.
Please login to write comment.