Color spaces of #beacdd
RGB | 190 | 172 | 221 |
---|---|---|---|
HSL | 0.73 | 0.42 | 0.77 |
HSV | 262° | 22° | 87° |
CMYK | 0.14 | 0.22 | 0.00 0.13 |
XYZ | 49.0389 | 45.6727 | 74.6377 |
Yxy | 45.6727 | 0.2896 | 0.2697 |
Hunter Lab | 67.5816 | 11.2563 | -18.1733 |
CIE-Lab | 73.3327 | 15.9699 | -22.3230 |
#beacdd color RGB value is (190,172,221).
#beacdd hex color red value is 190, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #beacdd hue: 0.73 , saturation: 0.42 and the lightness value of beacdd is 0.77.
The process color (four color CMYK) of #beacdd color hex is 0.14, 0.22, 0.00, 0.13. Web safe color of #beacdd is #cc99cc. Color #beacdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101100 | 11011101 |
Octal | 276 | 254 | 335 |
Decimal | 190 | 172 | 221 |
Hex | BE | AC | DD |
Shades of #beacdd
Tints of #beacdd
RGB Percentages of Color #beacdd
CMYK Percentages of Color #beacdd
Complementary Color
#beacdd | #cbddac |
#beacdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beacdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#beacdd Color CSS Codes
.mybgcolor {background-color:#beacdd; } .myforecolor {color:#beacdd; } .mybordercolor {border:3px solid #beacdd; }
#beacdd Text Font Color
<p style="color:#beacdd">Text here</p>
This sample text font color is #beacdd
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.
#beacdd Background Color
<div style="background-color:#beacdd">
Div content here</div>
This div background color is #beacdd
#beacdd Border Color
<div style="border:3px solid #beacdd">
Div here</div>
This div border color is #beacdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,172,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beacdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beacdd; -webkit-box-shadow: 1px 1px 3px 2px #beacdd; box-shadow: 1px 1px 3px 2px #beacdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,172,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beacdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beacdd; -webkit-box-shadow: 1px 1px 3px 2px #beacdd; box-shadow: 1px 1px 3px 2px #beacdd;">
Div content here</div>
This div box has shadow with color #beacdd
Comments
No comments written yet.
Please login to write comment.