Color spaces of #baacc5
RGB | 186 | 172 | 197 |
---|---|---|---|
HSL | 0.76 | 0.18 | 0.72 |
HSV | 274° | 13° | 77° |
CMYK | 0.06 | 0.13 | 0.00 0.23 |
XYZ | 45.0803 | 43.9754 | 58.9354 |
Yxy | 43.9754 | 0.3046 | 0.2971 |
Hunter Lab | 66.3140 | 5.2951 | -6.2732 |
CIE-Lab | 72.2121 | 9.7052 | -10.9032 |
#baacc5 color RGB value is (186,172,197).
#baacc5 hex color red value is 186, green value is 172 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #baacc5 hue: 0.76 , saturation: 0.18 and the lightness value of baacc5 is 0.72.
The process color (four color CMYK) of #baacc5 color hex is 0.06, 0.13, 0.00, 0.23. Web safe color of #baacc5 is #cc99cc. Color #baacc5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101100 | 11000101 |
Octal | 272 | 254 | 305 |
Decimal | 186 | 172 | 197 |
Hex | BA | AC | C5 |
Shades of #baacc5
Tints of #baacc5
RGB Percentages of Color #baacc5
CMYK Percentages of Color #baacc5
Complementary Color
#baacc5 | #b7c5ac |
#baacc5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baacc5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baacc5 Color CSS Codes
.mybgcolor {background-color:#baacc5; } .myforecolor {color:#baacc5; } .mybordercolor {border:3px solid #baacc5; }
#baacc5 Text Font Color
<p style="color:#baacc5">Text here</p>
This sample text font color is #baacc5
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.
#baacc5 Background Color
<div style="background-color:#baacc5">
Div content here</div>
This div background color is #baacc5
#baacc5 Border Color
<div style="border:3px solid #baacc5">
Div here</div>
This div border color is #baacc5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,172,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baacc5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baacc5; -webkit-box-shadow: 1px 1px 3px 2px #baacc5; box-shadow: 1px 1px 3px 2px #baacc5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,172,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baacc5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baacc5; -webkit-box-shadow: 1px 1px 3px 2px #baacc5; box-shadow: 1px 1px 3px 2px #baacc5;">
Div content here</div>
This div box has shadow with color #baacc5
Comments
No comments written yet.
Please login to write comment.