Color spaces of #b5acca
RGB | 181 | 172 | 202 |
---|---|---|---|
HSL | 0.72 | 0.22 | 0.73 |
HSV | 258° | 15° | 79° |
CMYK | 0.10 | 0.15 | 0.00 0.21 |
XYZ | 44.4692 | 43.5931 | 61.9476 |
Yxy | 43.5931 | 0.2964 | 0.2906 |
Hunter Lab | 66.0251 | 4.6794 | -9.4109 |
CIE-Lab | 71.9557 | 9.0403 | -14.0760 |
#b5acca color RGB value is (181,172,202).
#b5acca hex color red value is 181, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b5acca hue: 0.72 , saturation: 0.22 and the lightness value of b5acca is 0.73.
The process color (four color CMYK) of #b5acca color hex is 0.10, 0.15, 0.00, 0.21. Web safe color of #b5acca is #cc99cc. Color #b5acca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10101100 | 11001010 |
Octal | 265 | 254 | 312 |
Decimal | 181 | 172 | 202 |
Hex | B5 | AC | CA |
Shades of #b5acca
Tints of #b5acca
RGB Percentages of Color #b5acca
CMYK Percentages of Color #b5acca
Complementary Color
#b5acca | #c1caac |
#b5acca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5acca Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5acca Color CSS Codes
.mybgcolor {background-color:#b5acca; } .myforecolor {color:#b5acca; } .mybordercolor {border:3px solid #b5acca; }
#b5acca Text Font Color
<p style="color:#b5acca">Text here</p>
This sample text font color is #b5acca
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.
#b5acca Background Color
<div style="background-color:#b5acca">
Div content here</div>
This div background color is #b5acca
#b5acca Border Color
<div style="border:3px solid #b5acca">
Div here</div>
This div border color is #b5acca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,172,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5acca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5acca; -webkit-box-shadow: 1px 1px 3px 2px #b5acca; box-shadow: 1px 1px 3px 2px #b5acca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,172,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5acca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5acca; -webkit-box-shadow: 1px 1px 3px 2px #b5acca; box-shadow: 1px 1px 3px 2px #b5acca;">
Div content here</div>
This div box has shadow with color #b5acca
Comments
No comments written yet.
Please login to write comment.