Color spaces of #bedcba
RGB | 190 | 220 | 186 |
---|---|---|---|
HSL | 0.31 | 0.33 | 0.80 |
HSV | 113° | 15° | 86° |
CMYK | 0.14 | 0.00 | 0.15 0.14 |
XYZ | 55.6913 | 65.6787 | 56.1964 |
Yxy | 65.6787 | 0.3136 | 0.3699 |
Hunter Lab | 81.0424 | -19.1613 | 15.6168 |
CIE-Lab | 84.8323 | -16.2270 | 13.4210 |
#bedcba color RGB value is (190,220,186).
#bedcba hex color red value is 190, green value is 220 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bedcba hue: 0.31 , saturation: 0.33 and the lightness value of bedcba is 0.80.
The process color (four color CMYK) of #bedcba color hex is 0.14, 0.00, 0.15, 0.14. Web safe color of #bedcba is #cccccc. Color #bedcba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11011100 | 10111010 |
Octal | 276 | 334 | 272 |
Decimal | 190 | 220 | 186 |
Hex | BE | DC | BA |
Shades of #bedcba
Tints of #bedcba
RGB Percentages of Color #bedcba
CMYK Percentages of Color #bedcba
Complementary Color
#bedcba | #d8badc |
#bedcba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bedcba Color Preview on White Background
Lorem ipsum dolor sit amet.
#bedcba Color CSS Codes
.mybgcolor {background-color:#bedcba; } .myforecolor {color:#bedcba; } .mybordercolor {border:3px solid #bedcba; }
#bedcba Text Font Color
<p style="color:#bedcba">Text here</p>
This sample text font color is #bedcba
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.
#bedcba Background Color
<div style="background-color:#bedcba">
Div content here</div>
This div background color is #bedcba
#bedcba Border Color
<div style="border:3px solid #bedcba">
Div here</div>
This div border color is #bedcba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,220,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bedcba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bedcba; -webkit-box-shadow: 1px 1px 3px 2px #bedcba; box-shadow: 1px 1px 3px 2px #bedcba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,220,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bedcba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bedcba; -webkit-box-shadow: 1px 1px 3px 2px #bedcba; box-shadow: 1px 1px 3px 2px #bedcba;">
Div content here</div>
This div box has shadow with color #bedcba
Comments
No comments written yet.
Please login to write comment.