Color spaces of #baadc5
RGB | 186 | 173 | 197 |
---|---|---|---|
HSL | 0.76 | 0.17 | 0.73 |
HSV | 273° | 12° | 77° |
CMYK | 0.06 | 0.12 | 0.00 0.23 |
XYZ | 45.2713 | 44.3575 | 58.9991 |
Yxy | 44.3575 | 0.3046 | 0.2984 |
Hunter Lab | 66.6014 | 4.7801 | -5.9012 |
CIE-Lab | 72.4668 | 9.1570 | -10.5226 |
#baadc5 color RGB value is (186,173,197).
#baadc5 hex color red value is 186, green value is 173 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #baadc5 hue: 0.76 , saturation: 0.17 and the lightness value of baadc5 is 0.73.
The process color (four color CMYK) of #baadc5 color hex is 0.06, 0.12, 0.00, 0.23. Web safe color of #baadc5 is #cc99cc. Color #baadc5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101101 | 11000101 |
Octal | 272 | 255 | 305 |
Decimal | 186 | 173 | 197 |
Hex | BA | AD | C5 |
Shades of #baadc5
Tints of #baadc5
RGB Percentages of Color #baadc5
CMYK Percentages of Color #baadc5
Complementary Color
#baadc5 | #b8c5ad |
#baadc5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baadc5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baadc5 Color CSS Codes
.mybgcolor {background-color:#baadc5; } .myforecolor {color:#baadc5; } .mybordercolor {border:3px solid #baadc5; }
#baadc5 Text Font Color
<p style="color:#baadc5">Text here</p>
This sample text font color is #baadc5
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.
#baadc5 Background Color
<div style="background-color:#baadc5">
Div content here</div>
This div background color is #baadc5
#baadc5 Border Color
<div style="border:3px solid #baadc5">
Div here</div>
This div border color is #baadc5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,173,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baadc5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baadc5; -webkit-box-shadow: 1px 1px 3px 2px #baadc5; box-shadow: 1px 1px 3px 2px #baadc5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,173,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 #baadc5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baadc5; -webkit-box-shadow: 1px 1px 3px 2px #baadc5; box-shadow: 1px 1px 3px 2px #baadc5;">
Div content here</div>
This div box has shadow with color #baadc5
Comments
No comments written yet.
Please login to write comment.