Color spaces of #bec29f
RGB | 190 | 194 | 159 |
---|---|---|---|
HSL | 0.19 | 0.22 | 0.69 |
HSV | 67° | 18° | 76° |
CMYK | 0.02 | 0.00 | 0.18 0.24 |
XYZ | 46.7850 | 52.0339 | 40.3786 |
Yxy | 52.0339 | 0.3361 | 0.3738 |
Hunter Lab | 72.1345 | -10.4639 | 17.3055 |
CIE-Lab | 77.3011 | -7.3761 | 17.1738 |
#bec29f color RGB value is (190,194,159).
#bec29f hex color red value is 190, green value is 194 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bec29f hue: 0.19 , saturation: 0.22 and the lightness value of bec29f is 0.69.
The process color (four color CMYK) of #bec29f color hex is 0.02, 0.00, 0.18, 0.24. Web safe color of #bec29f is #cccc99. Color #bec29f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11000010 | 10011111 |
Octal | 276 | 302 | 237 |
Decimal | 190 | 194 | 159 |
Hex | BE | C2 | 9F |
Shades of #bec29f
Tints of #bec29f
RGB Percentages of Color #bec29f
CMYK Percentages of Color #bec29f
Complementary Color
#bec29f | #a39fc2 |
#bec29f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bec29f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bec29f Color CSS Codes
.mybgcolor {background-color:#bec29f; } .myforecolor {color:#bec29f; } .mybordercolor {border:3px solid #bec29f; }
#bec29f Text Font Color
<p style="color:#bec29f">Text here</p>
This sample text font color is #bec29f
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.
#bec29f Background Color
<div style="background-color:#bec29f">
Div content here</div>
This div background color is #bec29f
#bec29f Border Color
<div style="border:3px solid #bec29f">
Div here</div>
This div border color is #bec29f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,194,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bec29f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bec29f; -webkit-box-shadow: 1px 1px 3px 2px #bec29f; box-shadow: 1px 1px 3px 2px #bec29f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,194,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bec29f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bec29f; -webkit-box-shadow: 1px 1px 3px 2px #bec29f; box-shadow: 1px 1px 3px 2px #bec29f;">
Div content here</div>
This div box has shadow with color #bec29f
Comments
No comments written yet.
Please login to write comment.