Color spaces of #b0aecd
RGB | 176 | 174 | 205 |
---|---|---|---|
HSL | 0.68 | 0.24 | 0.74 |
HSV | 244° | 15° | 80° |
CMYK | 0.14 | 0.15 | 0.00 0.20 |
XYZ | 44.0600 | 43.9100 | 63.9109 |
Yxy | 43.9100 | 0.2901 | 0.2891 |
Hunter Lab | 66.2646 | 2.7233 | -10.7988 |
CIE-Lab | 72.1683 | 6.9295 | -15.4420 |
#b0aecd color RGB value is (176,174,205).
#b0aecd hex color red value is 176, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b0aecd hue: 0.68 , saturation: 0.24 and the lightness value of b0aecd is 0.74.
The process color (four color CMYK) of #b0aecd color hex is 0.14, 0.15, 0.00, 0.20. Web safe color of #b0aecd is #9999cc. Color #b0aecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10101110 | 11001101 |
Octal | 260 | 256 | 315 |
Decimal | 176 | 174 | 205 |
Hex | B0 | AE | CD |
Shades of #b0aecd
Tints of #b0aecd
RGB Percentages of Color #b0aecd
CMYK Percentages of Color #b0aecd
Complementary Color
#b0aecd | #cbcdae |
#b0aecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b0aecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b0aecd Color CSS Codes
.mybgcolor {background-color:#b0aecd; } .myforecolor {color:#b0aecd; } .mybordercolor {border:3px solid #b0aecd; }
#b0aecd Text Font Color
<p style="color:#b0aecd">Text here</p>
This sample text font color is #b0aecd
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.
#b0aecd Background Color
<div style="background-color:#b0aecd">
Div content here</div>
This div background color is #b0aecd
#b0aecd Border Color
<div style="border:3px solid #b0aecd">
Div here</div>
This div border color is #b0aecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,174,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b0aecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b0aecd; -webkit-box-shadow: 1px 1px 3px 2px #b0aecd; box-shadow: 1px 1px 3px 2px #b0aecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,174,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b0aecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b0aecd; -webkit-box-shadow: 1px 1px 3px 2px #b0aecd; box-shadow: 1px 1px 3px 2px #b0aecd;">
Div content here</div>
This div box has shadow with color #b0aecd
Comments
No comments written yet.
Please login to write comment.