Color spaces of #bdcabd
RGB | 189 | 202 | 189 |
---|---|---|---|
HSL | 0.33 | 0.11 | 0.77 |
HSV | 120° | 6° | 79° |
CMYK | 0.06 | 0.00 | 0.06 0.21 |
XYZ | 51.2921 | 56.7340 | 56.3915 |
Yxy | 56.7340 | 0.3120 | 0.3451 |
Hunter Lab | 75.3220 | -10.2601 | 8.3366 |
CIE-Lab | 80.0297 | -6.8467 | 4.9553 |
#bdcabd color RGB value is (189,202,189).
#bdcabd hex color red value is 189, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bdcabd hue: 0.33 , saturation: 0.11 and the lightness value of bdcabd is 0.77.
The process color (four color CMYK) of #bdcabd color hex is 0.06, 0.00, 0.06, 0.21. Web safe color of #bdcabd is #cccccc. Color #bdcabd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001010 | 10111101 |
Octal | 275 | 312 | 275 |
Decimal | 189 | 202 | 189 |
Hex | BD | CA | BD |
Shades of #bdcabd
Tints of #bdcabd
RGB Percentages of Color #bdcabd
CMYK Percentages of Color #bdcabd
Complementary Color
#bdcabd | #cabdca |
#bdcabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdcabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdcabd Color CSS Codes
.mybgcolor {background-color:#bdcabd; } .myforecolor {color:#bdcabd; } .mybordercolor {border:3px solid #bdcabd; }
#bdcabd Text Font Color
<p style="color:#bdcabd">Text here</p>
This sample text font color is #bdcabd
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.
#bdcabd Background Color
<div style="background-color:#bdcabd">
Div content here</div>
This div background color is #bdcabd
#bdcabd Border Color
<div style="border:3px solid #bdcabd">
Div here</div>
This div border color is #bdcabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,202,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdcabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdcabd; -webkit-box-shadow: 1px 1px 3px 2px #bdcabd; box-shadow: 1px 1px 3px 2px #bdcabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,202,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdcabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdcabd; -webkit-box-shadow: 1px 1px 3px 2px #bdcabd; box-shadow: 1px 1px 3px 2px #bdcabd;">
Div content here</div>
This div box has shadow with color #bdcabd
Comments
No comments written yet.
Please login to write comment.