Color spaces of #bdcdad
RGB | 189 | 205 | 173 |
---|---|---|---|
HSL | 0.25 | 0.24 | 0.74 |
HSV | 90° | 16° | 80° |
CMYK | 0.08 | 0.00 | 0.16 0.20 |
XYZ | 50.3604 | 57.4986 | 47.9792 |
Yxy | 57.4986 | 0.3232 | 0.3690 |
Hunter Lab | 75.8278 | -14.1495 | 15.5644 |
CIE-Lab | 80.4592 | -11.1777 | 14.1161 |
#bdcdad color RGB value is (189,205,173).
#bdcdad hex color red value is 189, green value is 205 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bdcdad hue: 0.25 , saturation: 0.24 and the lightness value of bdcdad is 0.74.
The process color (four color CMYK) of #bdcdad color hex is 0.08, 0.00, 0.16, 0.20. Web safe color of #bdcdad is #cccc99. Color #bdcdad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001101 | 10101101 |
Octal | 275 | 315 | 255 |
Decimal | 189 | 205 | 173 |
Hex | BD | CD | AD |
Shades of #bdcdad
Tints of #bdcdad
RGB Percentages of Color #bdcdad
CMYK Percentages of Color #bdcdad
Complementary Color
#bdcdad | #bdadcd |
#bdcdad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdcdad Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdcdad Color CSS Codes
.mybgcolor {background-color:#bdcdad; } .myforecolor {color:#bdcdad; } .mybordercolor {border:3px solid #bdcdad; }
#bdcdad Text Font Color
<p style="color:#bdcdad">Text here</p>
This sample text font color is #bdcdad
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.
#bdcdad Background Color
<div style="background-color:#bdcdad">
Div content here</div>
This div background color is #bdcdad
#bdcdad Border Color
<div style="border:3px solid #bdcdad">
Div here</div>
This div border color is #bdcdad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,205,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdcdad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdcdad; -webkit-box-shadow: 1px 1px 3px 2px #bdcdad; box-shadow: 1px 1px 3px 2px #bdcdad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,205,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 #bdcdad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdcdad; -webkit-box-shadow: 1px 1px 3px 2px #bdcdad; box-shadow: 1px 1px 3px 2px #bdcdad;">
Div content here</div>
This div box has shadow with color #bdcdad
Comments
No comments written yet.
Please login to write comment.