Color spaces of #b2aecd
RGB | 178 | 174 | 205 |
---|---|---|---|
HSL | 0.69 | 0.24 | 0.74 |
HSV | 248° | 15° | 80° |
CMYK | 0.13 | 0.15 | 0.00 0.20 |
XYZ | 44.5156 | 44.1449 | 63.9322 |
Yxy | 44.1449 | 0.2917 | 0.2893 |
Hunter Lab | 66.4416 | 3.3214 | -10.5415 |
CIE-Lab | 72.3252 | 7.5823 | -15.1900 |
#b2aecd color RGB value is (178,174,205).
#b2aecd hex color red value is 178, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b2aecd hue: 0.69 , saturation: 0.24 and the lightness value of b2aecd is 0.74.
The process color (four color CMYK) of #b2aecd color hex is 0.13, 0.15, 0.00, 0.20. Web safe color of #b2aecd is #9999cc. Color #b2aecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10101110 | 11001101 |
Octal | 262 | 256 | 315 |
Decimal | 178 | 174 | 205 |
Hex | B2 | AE | CD |
Shades of #b2aecd
Tints of #b2aecd
RGB Percentages of Color #b2aecd
CMYK Percentages of Color #b2aecd
Complementary Color
#b2aecd | #c9cdae |
#b2aecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2aecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2aecd Color CSS Codes
.mybgcolor {background-color:#b2aecd; } .myforecolor {color:#b2aecd; } .mybordercolor {border:3px solid #b2aecd; }
#b2aecd Text Font Color
<p style="color:#b2aecd">Text here</p>
This sample text font color is #b2aecd
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.
#b2aecd Background Color
<div style="background-color:#b2aecd">
Div content here</div>
This div background color is #b2aecd
#b2aecd Border Color
<div style="border:3px solid #b2aecd">
Div here</div>
This div border color is #b2aecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,174,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2aecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2aecd; -webkit-box-shadow: 1px 1px 3px 2px #b2aecd; box-shadow: 1px 1px 3px 2px #b2aecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,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 #b2aecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2aecd; -webkit-box-shadow: 1px 1px 3px 2px #b2aecd; box-shadow: 1px 1px 3px 2px #b2aecd;">
Div content here</div>
This div box has shadow with color #b2aecd
Comments
No comments written yet.
Please login to write comment.