Color spaces of #bcaede
RGB | 188 | 174 | 222 |
---|---|---|---|
HSL | 0.72 | 0.42 | 0.78 |
HSV | 258° | 22° | 87° |
CMYK | 0.15 | 0.22 | 0.00 0.13 |
XYZ | 49.0599 | 46.2374 | 75.4462 |
Yxy | 46.2374 | 0.2873 | 0.2708 |
Hunter Lab | 67.9981 | 9.7892 | -18.1856 |
CIE-Lab | 73.6993 | 14.4466 | -22.3253 |
#bcaede color RGB value is (188,174,222).
#bcaede hex color red value is 188, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bcaede hue: 0.72 , saturation: 0.42 and the lightness value of bcaede is 0.78.
The process color (four color CMYK) of #bcaede color hex is 0.15, 0.22, 0.00, 0.13. Web safe color of #bcaede is #cc99cc. Color #bcaede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101110 | 11011110 |
Octal | 274 | 256 | 336 |
Decimal | 188 | 174 | 222 |
Hex | BC | AE | DE |
Shades of #bcaede
Tints of #bcaede
RGB Percentages of Color #bcaede
CMYK Percentages of Color #bcaede
Complementary Color
#bcaede | #d0deae |
#bcaede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcaede Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcaede Color CSS Codes
.mybgcolor {background-color:#bcaede; } .myforecolor {color:#bcaede; } .mybordercolor {border:3px solid #bcaede; }
#bcaede Text Font Color
<p style="color:#bcaede">Text here</p>
This sample text font color is #bcaede
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.
#bcaede Background Color
<div style="background-color:#bcaede">
Div content here</div>
This div background color is #bcaede
#bcaede Border Color
<div style="border:3px solid #bcaede">
Div here</div>
This div border color is #bcaede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,174,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcaede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcaede; -webkit-box-shadow: 1px 1px 3px 2px #bcaede; box-shadow: 1px 1px 3px 2px #bcaede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,174,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcaede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcaede; -webkit-box-shadow: 1px 1px 3px 2px #bcaede; box-shadow: 1px 1px 3px 2px #bcaede;">
Div content here</div>
This div box has shadow with color #bcaede
Comments
No comments written yet.
Please login to write comment.