Color spaces of #b2acca
RGB | 178 | 172 | 202 |
---|---|---|---|
HSL | 0.70 | 0.22 | 0.73 |
HSV | 252° | 15° | 79° |
CMYK | 0.12 | 0.15 | 0.00 0.21 |
XYZ | 43.7733 | 43.2343 | 61.9151 |
Yxy | 43.2343 | 0.2939 | 0.2903 |
Hunter Lab | 65.7528 | 3.7646 | -9.8026 |
CIE-Lab | 71.7137 | 8.0478 | -14.4643 |
#b2acca color RGB value is (178,172,202).
#b2acca hex color red value is 178, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b2acca hue: 0.70 , saturation: 0.22 and the lightness value of b2acca is 0.73.
The process color (four color CMYK) of #b2acca color hex is 0.12, 0.15, 0.00, 0.21. Web safe color of #b2acca is #9999cc. Color #b2acca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10101100 | 11001010 |
Octal | 262 | 254 | 312 |
Decimal | 178 | 172 | 202 |
Hex | B2 | AC | CA |
Shades of #b2acca
Tints of #b2acca
RGB Percentages of Color #b2acca
CMYK Percentages of Color #b2acca
Complementary Color
#b2acca | #c4caac |
#b2acca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2acca Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2acca Color CSS Codes
.mybgcolor {background-color:#b2acca; } .myforecolor {color:#b2acca; } .mybordercolor {border:3px solid #b2acca; }
#b2acca Text Font Color
<p style="color:#b2acca">Text here</p>
This sample text font color is #b2acca
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.
#b2acca Background Color
<div style="background-color:#b2acca">
Div content here</div>
This div background color is #b2acca
#b2acca Border Color
<div style="border:3px solid #b2acca">
Div here</div>
This div border color is #b2acca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,172,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2acca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2acca; -webkit-box-shadow: 1px 1px 3px 2px #b2acca; box-shadow: 1px 1px 3px 2px #b2acca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,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 #b2acca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2acca; -webkit-box-shadow: 1px 1px 3px 2px #b2acca; box-shadow: 1px 1px 3px 2px #b2acca;">
Div content here</div>
This div box has shadow with color #b2acca
Comments
No comments written yet.
Please login to write comment.