Color spaces of #bdcba8
RGB | 189 | 203 | 168 |
---|---|---|---|
HSL | 0.23 | 0.25 | 0.73 |
HSV | 84° | 17° | 80° |
CMYK | 0.07 | 0.00 | 0.17 0.20 |
XYZ | 49.4101 | 56.3578 | 45.3198 |
Yxy | 56.3578 | 0.3270 | 0.3730 |
Hunter Lab | 75.0718 | -13.8922 | 16.7578 |
CIE-Lab | 79.8170 | -10.9707 | 15.8744 |
#bdcba8 color RGB value is (189,203,168).
#bdcba8 hex color red value is 189, green value is 203 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bdcba8 hue: 0.23 , saturation: 0.25 and the lightness value of bdcba8 is 0.73.
The process color (four color CMYK) of #bdcba8 color hex is 0.07, 0.00, 0.17, 0.20. Web safe color of #bdcba8 is #cccc99. Color #bdcba8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001011 | 10101000 |
Octal | 275 | 313 | 250 |
Decimal | 189 | 203 | 168 |
Hex | BD | CB | A8 |
Shades of #bdcba8
Tints of #bdcba8
RGB Percentages of Color #bdcba8
CMYK Percentages of Color #bdcba8
Complementary Color
#bdcba8 | #b6a8cb |
#bdcba8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdcba8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdcba8 Color CSS Codes
.mybgcolor {background-color:#bdcba8; } .myforecolor {color:#bdcba8; } .mybordercolor {border:3px solid #bdcba8; }
#bdcba8 Text Font Color
<p style="color:#bdcba8">Text here</p>
This sample text font color is #bdcba8
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.
#bdcba8 Background Color
<div style="background-color:#bdcba8">
Div content here</div>
This div background color is #bdcba8
#bdcba8 Border Color
<div style="border:3px solid #bdcba8">
Div here</div>
This div border color is #bdcba8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,203,168, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdcba8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdcba8; -webkit-box-shadow: 1px 1px 3px 2px #bdcba8; box-shadow: 1px 1px 3px 2px #bdcba8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,203,168, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdcba8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdcba8; -webkit-box-shadow: 1px 1px 3px 2px #bdcba8; box-shadow: 1px 1px 3px 2px #bdcba8;">
Div content here</div>
This div box has shadow with color #bdcba8
Comments
No comments written yet.
Please login to write comment.