Color spaces of #bda6ad
RGB | 189 | 166 | 173 |
---|---|---|---|
HSL | 0.95 | 0.15 | 0.70 |
HSV | 342° | 12° | 74° |
CMYK | 0.00 | 0.12 | 0.08 0.26 |
XYZ | 42.1653 | 41.1084 | 45.2475 |
Yxy | 41.1084 | 0.3281 | 0.3199 |
Hunter Lab | 64.1158 | 5.1865 | 3.0392 |
CIE-Lab | 70.2518 | 9.5620 | -0.5379 |
#bda6ad color RGB value is (189,166,173).
#bda6ad hex color red value is 189, green value is 166 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bda6ad hue: 0.95 , saturation: 0.15 and the lightness value of bda6ad is 0.70.
The process color (four color CMYK) of #bda6ad color hex is 0.00, 0.12, 0.08, 0.26. Web safe color of #bda6ad is #cc9999. Color #bda6ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10100110 | 10101101 |
Octal | 275 | 246 | 255 |
Decimal | 189 | 166 | 173 |
Hex | BD | A6 | AD |
Shades of #bda6ad
Tints of #bda6ad
RGB Percentages of Color #bda6ad
CMYK Percentages of Color #bda6ad
Complementary Color
#bda6ad | #a6bdb6 |
#bda6ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bda6ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#bda6ad Color CSS Codes
.mybgcolor {background-color:#bda6ad; } .myforecolor {color:#bda6ad; } .mybordercolor {border:3px solid #bda6ad; }
#bda6ad Text Font Color
<p style="color:#bda6ad">Text here</p>
This sample text font color is #bda6ad
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.
#bda6ad Background Color
<div style="background-color:#bda6ad">
Div content here</div>
This div background color is #bda6ad
#bda6ad Border Color
<div style="border:3px solid #bda6ad">
Div here</div>
This div border color is #bda6ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,166,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda6ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bda6ad; -webkit-box-shadow: 1px 1px 3px 2px #bda6ad; box-shadow: 1px 1px 3px 2px #bda6ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,166,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bda6ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bda6ad; -webkit-box-shadow: 1px 1px 3px 2px #bda6ad; box-shadow: 1px 1px 3px 2px #bda6ad;">
Div content here</div>
This div box has shadow with color #bda6ad
Comments
No comments written yet.
Please login to write comment.