Color spaces of #bdabeb
RGB | 189 | 171 | 235 |
---|---|---|---|
HSL | 0.71 | 0.62 | 0.80 |
HSV | 257° | 27° | 92° |
CMYK | 0.20 | 0.27 | 0.00 0.08 |
XYZ | 50.5446 | 45.9428 | 84.8011 |
Yxy | 45.9428 | 0.2788 | 0.2534 |
Hunter Lab | 67.7811 | 14.4911 | -26.7311 |
CIE-Lab | 73.5084 | 19.2754 | -29.6862 |
#bdabeb color RGB value is (189,171,235).
#bdabeb hex color red value is 189, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bdabeb hue: 0.71 , saturation: 0.62 and the lightness value of bdabeb is 0.80.
The process color (four color CMYK) of #bdabeb color hex is 0.20, 0.27, 0.00, 0.08. Web safe color of #bdabeb is #cc99ff. Color #bdabeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10101011 | 11101011 |
Octal | 275 | 253 | 353 |
Decimal | 189 | 171 | 235 |
Hex | BD | AB | EB |
Shades of #bdabeb
Tints of #bdabeb
RGB Percentages of Color #bdabeb
CMYK Percentages of Color #bdabeb
Complementary Color
#bdabeb | #d9ebab |
#bdabeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdabeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdabeb Color CSS Codes
.mybgcolor {background-color:#bdabeb; } .myforecolor {color:#bdabeb; } .mybordercolor {border:3px solid #bdabeb; }
#bdabeb Text Font Color
<p style="color:#bdabeb">Text here</p>
This sample text font color is #bdabeb
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.
#bdabeb Background Color
<div style="background-color:#bdabeb">
Div content here</div>
This div background color is #bdabeb
#bdabeb Border Color
<div style="border:3px solid #bdabeb">
Div here</div>
This div border color is #bdabeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,171,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdabeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdabeb; -webkit-box-shadow: 1px 1px 3px 2px #bdabeb; box-shadow: 1px 1px 3px 2px #bdabeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,171,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 #bdabeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdabeb; -webkit-box-shadow: 1px 1px 3px 2px #bdabeb; box-shadow: 1px 1px 3px 2px #bdabeb;">
Div content here</div>
This div box has shadow with color #bdabeb
Comments
No comments written yet.
Please login to write comment.