Color spaces of #b4bdda
RGB | 180 | 189 | 218 |
---|---|---|---|
HSL | 0.63 | 0.34 | 0.78 |
HSV | 226° | 17° | 85° |
CMYK | 0.17 | 0.13 | 0.00 0.15 |
XYZ | 49.6749 | 51.1604 | 73.5865 |
Yxy | 51.1604 | 0.2848 | 0.2933 |
Hunter Lab | 71.5265 | -1.2038 | -10.9290 |
CIE-Lab | 76.7761 | 2.8538 | -15.5543 |
#b4bdda color RGB value is (180,189,218).
#b4bdda hex color red value is 180, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b4bdda hue: 0.63 , saturation: 0.34 and the lightness value of b4bdda is 0.78.
The process color (four color CMYK) of #b4bdda color hex is 0.17, 0.13, 0.00, 0.15. Web safe color of #b4bdda is #cccccc. Color #b4bdda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10111101 | 11011010 |
Octal | 264 | 275 | 332 |
Decimal | 180 | 189 | 218 |
Hex | B4 | BD | DA |
Shades of #b4bdda
Tints of #b4bdda
RGB Percentages of Color #b4bdda
CMYK Percentages of Color #b4bdda
Complementary Color
#b4bdda | #dad1b4 |
#b4bdda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4bdda Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4bdda Color CSS Codes
.mybgcolor {background-color:#b4bdda; } .myforecolor {color:#b4bdda; } .mybordercolor {border:3px solid #b4bdda; }
#b4bdda Text Font Color
<p style="color:#b4bdda">Text here</p>
This sample text font color is #b4bdda
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.
#b4bdda Background Color
<div style="background-color:#b4bdda">
Div content here</div>
This div background color is #b4bdda
#b4bdda Border Color
<div style="border:3px solid #b4bdda">
Div here</div>
This div border color is #b4bdda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,189,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4bdda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4bdda; -webkit-box-shadow: 1px 1px 3px 2px #b4bdda; box-shadow: 1px 1px 3px 2px #b4bdda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,189,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4bdda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4bdda; -webkit-box-shadow: 1px 1px 3px 2px #b4bdda; box-shadow: 1px 1px 3px 2px #b4bdda;">
Div content here</div>
This div box has shadow with color #b4bdda
Comments
No comments written yet.
Please login to write comment.