Color spaces of #bdcfb3
RGB | 189 | 207 | 179 |
---|---|---|---|
HSL | 0.27 | 0.23 | 0.76 |
HSV | 99° | 14° | 81° |
CMYK | 0.09 | 0.00 | 0.14 0.19 |
XYZ | 51.4358 | 58.6991 | 51.2669 |
Yxy | 58.6991 | 0.3187 | 0.3637 |
Hunter Lab | 76.6153 | -14.2406 | 13.9570 |
CIE-Lab | 81.1259 | -11.1918 | 11.8659 |
#bdcfb3 color RGB value is (189,207,179).
#bdcfb3 hex color red value is 189, green value is 207 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #bdcfb3 hue: 0.27 , saturation: 0.23 and the lightness value of bdcfb3 is 0.76.
The process color (four color CMYK) of #bdcfb3 color hex is 0.09, 0.00, 0.14, 0.19. Web safe color of #bdcfb3 is #cccccc. Color #bdcfb3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001111 | 10110011 |
Octal | 275 | 317 | 263 |
Decimal | 189 | 207 | 179 |
Hex | BD | CF | B3 |
Shades of #bdcfb3
Tints of #bdcfb3
RGB Percentages of Color #bdcfb3
CMYK Percentages of Color #bdcfb3
Complementary Color
#bdcfb3 | #c5b3cf |
#bdcfb3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdcfb3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdcfb3 Color CSS Codes
.mybgcolor {background-color:#bdcfb3; } .myforecolor {color:#bdcfb3; } .mybordercolor {border:3px solid #bdcfb3; }
#bdcfb3 Text Font Color
<p style="color:#bdcfb3">Text here</p>
This sample text font color is #bdcfb3
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.
#bdcfb3 Background Color
<div style="background-color:#bdcfb3">
Div content here</div>
This div background color is #bdcfb3
#bdcfb3 Border Color
<div style="border:3px solid #bdcfb3">
Div here</div>
This div border color is #bdcfb3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,207,179, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdcfb3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdcfb3; -webkit-box-shadow: 1px 1px 3px 2px #bdcfb3; box-shadow: 1px 1px 3px 2px #bdcfb3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,207,179, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdcfb3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdcfb3; -webkit-box-shadow: 1px 1px 3px 2px #bdcfb3; box-shadow: 1px 1px 3px 2px #bdcfb3;">
Div content here</div>
This div box has shadow with color #bdcfb3
Comments
No comments written yet.
Please login to write comment.