Color spaces of #becb8d
RGB | 190 | 203 | 141 |
---|---|---|---|
HSL | 0.20 | 0.37 | 0.67 |
HSV | 73° | 31° | 80° |
CMYK | 0.06 | 0.00 | 0.31 0.20 |
XYZ | 47.3989 | 55.5821 | 33.4295 |
Yxy | 55.5821 | 0.3475 | 0.4075 |
Hunter Lab | 74.5534 | -16.9833 | 25.6019 |
CIE-Lab | 79.3754 | -14.5977 | 29.5171 |
#becb8d color RGB value is (190,203,141).
#becb8d hex color red value is 190, green value is 203 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #becb8d hue: 0.20 , saturation: 0.37 and the lightness value of becb8d is 0.67.
The process color (four color CMYK) of #becb8d color hex is 0.06, 0.00, 0.31, 0.20. Web safe color of #becb8d is #cccc99. Color #becb8d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11001011 | 10001101 |
Octal | 276 | 313 | 215 |
Decimal | 190 | 203 | 141 |
Hex | BE | CB | 8D |
Shades of #becb8d
Tints of #becb8d
RGB Percentages of Color #becb8d
CMYK Percentages of Color #becb8d
Complementary Color
#becb8d | #9a8dcb |
#becb8d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#becb8d Color Preview on White Background
Lorem ipsum dolor sit amet.
#becb8d Color CSS Codes
.mybgcolor {background-color:#becb8d; } .myforecolor {color:#becb8d; } .mybordercolor {border:3px solid #becb8d; }
#becb8d Text Font Color
<p style="color:#becb8d">Text here</p>
This sample text font color is #becb8d
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.
#becb8d Background Color
<div style="background-color:#becb8d">
Div content here</div>
This div background color is #becb8d
#becb8d Border Color
<div style="border:3px solid #becb8d">
Div here</div>
This div border color is #becb8d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,203,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #becb8d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #becb8d; -webkit-box-shadow: 1px 1px 3px 2px #becb8d; box-shadow: 1px 1px 3px 2px #becb8d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,203,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #becb8d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #becb8d; -webkit-box-shadow: 1px 1px 3px 2px #becb8d; box-shadow: 1px 1px 3px 2px #becb8d;">
Div content here</div>
This div box has shadow with color #becb8d
Comments
No comments written yet.
Please login to write comment.