Color spaces of #bebfa5
RGB | 190 | 191 | 165 |
---|---|---|---|
HSL | 0.17 | 0.17 | 0.70 |
HSV | 62° | 14° | 75° |
CMYK | 0.01 | 0.00 | 0.14 0.25 |
XYZ | 46.6575 | 50.9254 | 42.9678 |
Yxy | 50.9254 | 0.3320 | 0.3623 |
Hunter Lab | 71.3620 | -8.1778 | 14.2543 |
CIE-Lab | 76.6338 | -4.8587 | 13.0154 |
#bebfa5 color RGB value is (190,191,165).
#bebfa5 hex color red value is 190, green value is 191 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #bebfa5 hue: 0.17 , saturation: 0.17 and the lightness value of bebfa5 is 0.70.
The process color (four color CMYK) of #bebfa5 color hex is 0.01, 0.00, 0.14, 0.25. Web safe color of #bebfa5 is #cccc99. Color #bebfa5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111111 | 10100101 |
Octal | 276 | 277 | 245 |
Decimal | 190 | 191 | 165 |
Hex | BE | BF | A5 |
Shades of #bebfa5
Tints of #bebfa5
RGB Percentages of Color #bebfa5
CMYK Percentages of Color #bebfa5
Complementary Color
#bebfa5 | #a6a5bf |
#bebfa5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebfa5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebfa5 Color CSS Codes
.mybgcolor {background-color:#bebfa5; } .myforecolor {color:#bebfa5; } .mybordercolor {border:3px solid #bebfa5; }
#bebfa5 Text Font Color
<p style="color:#bebfa5">Text here</p>
This sample text font color is #bebfa5
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.
#bebfa5 Background Color
<div style="background-color:#bebfa5">
Div content here</div>
This div background color is #bebfa5
#bebfa5 Border Color
<div style="border:3px solid #bebfa5">
Div here</div>
This div border color is #bebfa5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,191,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebfa5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebfa5; -webkit-box-shadow: 1px 1px 3px 2px #bebfa5; box-shadow: 1px 1px 3px 2px #bebfa5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,191,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebfa5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebfa5; -webkit-box-shadow: 1px 1px 3px 2px #bebfa5; box-shadow: 1px 1px 3px 2px #bebfa5;">
Div content here</div>
This div box has shadow with color #bebfa5
Comments
No comments written yet.
Please login to write comment.