Color spaces of #bcadeb
RGB | 188 | 173 | 235 |
---|---|---|---|
HSL | 0.71 | 0.61 | 0.80 |
HSV | 255° | 26° | 92° |
CMYK | 0.20 | 0.26 | 0.00 0.08 |
XYZ | 50.6780 | 46.5767 | 84.9164 |
Yxy | 46.5767 | 0.2782 | 0.2557 |
Hunter Lab | 68.2471 | 13.1156 | -25.9985 |
CIE-Lab | 73.9182 | 17.8651 | -29.0630 |
#bcadeb color RGB value is (188,173,235).
#bcadeb hex color red value is 188, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bcadeb hue: 0.71 , saturation: 0.61 and the lightness value of bcadeb is 0.80.
The process color (four color CMYK) of #bcadeb color hex is 0.20, 0.26, 0.00, 0.08. Web safe color of #bcadeb is #cc99ff. Color #bcadeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101101 | 11101011 |
Octal | 274 | 255 | 353 |
Decimal | 188 | 173 | 235 |
Hex | BC | AD | EB |
Shades of #bcadeb
Tints of #bcadeb
RGB Percentages of Color #bcadeb
CMYK Percentages of Color #bcadeb
Complementary Color
#bcadeb | #dcebad |
#bcadeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcadeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcadeb Color CSS Codes
.mybgcolor {background-color:#bcadeb; } .myforecolor {color:#bcadeb; } .mybordercolor {border:3px solid #bcadeb; }
#bcadeb Text Font Color
<p style="color:#bcadeb">Text here</p>
This sample text font color is #bcadeb
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.
#bcadeb Background Color
<div style="background-color:#bcadeb">
Div content here</div>
This div background color is #bcadeb
#bcadeb Border Color
<div style="border:3px solid #bcadeb">
Div here</div>
This div border color is #bcadeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,173,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcadeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcadeb; -webkit-box-shadow: 1px 1px 3px 2px #bcadeb; box-shadow: 1px 1px 3px 2px #bcadeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,173,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 #bcadeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcadeb; -webkit-box-shadow: 1px 1px 3px 2px #bcadeb; box-shadow: 1px 1px 3px 2px #bcadeb;">
Div content here</div>
This div box has shadow with color #bcadeb
Comments
No comments written yet.
Please login to write comment.