Color spaces of #beb18e
RGB | 190 | 177 | 142 |
---|---|---|---|
HSL | 0.12 | 0.27 | 0.65 |
HSV | 44° | 25° | 75° |
CMYK | 0.00 | 0.07 | 0.25 0.25 |
XYZ | 41.8398 | 44.3444 | 31.9453 |
Yxy | 44.3444 | 0.3542 | 0.3754 |
Hunter Lab | 66.5916 | -4.3829 | 18.1715 |
CIE-Lab | 72.4581 | -0.9317 | 19.6178 |
#beb18e color RGB value is (190,177,142).
#beb18e hex color red value is 190, green value is 177 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #beb18e hue: 0.12 , saturation: 0.27 and the lightness value of beb18e is 0.65.
The process color (four color CMYK) of #beb18e color hex is 0.00, 0.07, 0.25, 0.25. Web safe color of #beb18e is #cc9999. Color #beb18e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10110001 | 10001110 |
Octal | 276 | 261 | 216 |
Decimal | 190 | 177 | 142 |
Hex | BE | B1 | 8E |
Shades of #beb18e
Tints of #beb18e
RGB Percentages of Color #beb18e
CMYK Percentages of Color #beb18e
Complementary Color
#beb18e | #8e9bbe |
#beb18e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beb18e Color Preview on White Background
Lorem ipsum dolor sit amet.
#beb18e Color CSS Codes
.mybgcolor {background-color:#beb18e; } .myforecolor {color:#beb18e; } .mybordercolor {border:3px solid #beb18e; }
#beb18e Text Font Color
<p style="color:#beb18e">Text here</p>
This sample text font color is #beb18e
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.
#beb18e Background Color
<div style="background-color:#beb18e">
Div content here</div>
This div background color is #beb18e
#beb18e Border Color
<div style="border:3px solid #beb18e">
Div here</div>
This div border color is #beb18e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,177,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beb18e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beb18e; -webkit-box-shadow: 1px 1px 3px 2px #beb18e; box-shadow: 1px 1px 3px 2px #beb18e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,177,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beb18e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beb18e; -webkit-box-shadow: 1px 1px 3px 2px #beb18e; box-shadow: 1px 1px 3px 2px #beb18e;">
Div content here</div>
This div box has shadow with color #beb18e
Comments
No comments written yet.
Please login to write comment.