Color spaces of #bec08f
RGB | 190 | 192 | 143 |
---|---|---|---|
HSL | 0.17 | 0.28 | 0.66 |
HSV | 62° | 26° | 75° |
CMYK | 0.01 | 0.00 | 0.26 0.25 |
XYZ | 45.0428 | 50.6296 | 33.3851 |
Yxy | 50.6296 | 0.3490 | 0.3923 |
Hunter Lab | 71.1545 | -11.5248 | 21.9898 |
CIE-Lab | 76.4541 | -8.6876 | 24.5402 |
#bec08f color RGB value is (190,192,143).
#bec08f hex color red value is 190, green value is 192 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bec08f hue: 0.17 , saturation: 0.28 and the lightness value of bec08f is 0.66.
The process color (four color CMYK) of #bec08f color hex is 0.01, 0.00, 0.26, 0.25. Web safe color of #bec08f is #cccc99. Color #bec08f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11000000 | 10001111 |
Octal | 276 | 300 | 217 |
Decimal | 190 | 192 | 143 |
Hex | BE | C0 | 8F |
Shades of #bec08f
Tints of #bec08f
RGB Percentages of Color #bec08f
CMYK Percentages of Color #bec08f
Complementary Color
#bec08f | #918fc0 |
#bec08f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bec08f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bec08f Color CSS Codes
.mybgcolor {background-color:#bec08f; } .myforecolor {color:#bec08f; } .mybordercolor {border:3px solid #bec08f; }
#bec08f Text Font Color
<p style="color:#bec08f">Text here</p>
This sample text font color is #bec08f
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.
#bec08f Background Color
<div style="background-color:#bec08f">
Div content here</div>
This div background color is #bec08f
#bec08f Border Color
<div style="border:3px solid #bec08f">
Div here</div>
This div border color is #bec08f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,192,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bec08f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bec08f; -webkit-box-shadow: 1px 1px 3px 2px #bec08f; box-shadow: 1px 1px 3px 2px #bec08f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,192,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bec08f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bec08f; -webkit-box-shadow: 1px 1px 3px 2px #bec08f; box-shadow: 1px 1px 3px 2px #bec08f;">
Div content here</div>
This div box has shadow with color #bec08f
Comments
No comments written yet.
Please login to write comment.