Color spaces of #b4bdea
RGB | 180 | 189 | 234 |
---|---|---|---|
HSL | 0.64 | 0.56 | 0.81 |
HSV | 230° | 23° | 92° |
CMYK | 0.23 | 0.19 | 0.00 0.08 |
XYZ | 51.8713 | 52.0390 | 85.1525 |
Yxy | 52.0390 | 0.2744 | 0.2752 |
Hunter Lab | 72.1381 | 2.1099 | -19.4899 |
CIE-Lab | 77.3042 | 6.4281 | -23.3956 |
#b4bdea color RGB value is (180,189,234).
#b4bdea hex color red value is 180, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b4bdea hue: 0.64 , saturation: 0.56 and the lightness value of b4bdea is 0.81.
The process color (four color CMYK) of #b4bdea color hex is 0.23, 0.19, 0.00, 0.08. Web safe color of #b4bdea is #ccccff. Color #b4bdea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10111101 | 11101010 |
Octal | 264 | 275 | 352 |
Decimal | 180 | 189 | 234 |
Hex | B4 | BD | EA |
Shades of #b4bdea
Tints of #b4bdea
RGB Percentages of Color #b4bdea
CMYK Percentages of Color #b4bdea
Complementary Color
#b4bdea | #eae1b4 |
#b4bdea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4bdea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4bdea Color CSS Codes
.mybgcolor {background-color:#b4bdea; } .myforecolor {color:#b4bdea; } .mybordercolor {border:3px solid #b4bdea; }
#b4bdea Text Font Color
<p style="color:#b4bdea">Text here</p>
This sample text font color is #b4bdea
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.
#b4bdea Background Color
<div style="background-color:#b4bdea">
Div content here</div>
This div background color is #b4bdea
#b4bdea Border Color
<div style="border:3px solid #b4bdea">
Div here</div>
This div border color is #b4bdea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,189,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4bdea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4bdea; -webkit-box-shadow: 1px 1px 3px 2px #b4bdea; box-shadow: 1px 1px 3px 2px #b4bdea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,189,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4bdea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4bdea; -webkit-box-shadow: 1px 1px 3px 2px #b4bdea; box-shadow: 1px 1px 3px 2px #b4bdea;">
Div content here</div>
This div box has shadow with color #b4bdea
Comments
No comments written yet.
Please login to write comment.