Color spaces of #beb8aa
RGB | 190 | 184 | 170 |
---|---|---|---|
HSL | 0.12 | 0.13 | 0.71 |
HSV | 42° | 11° | 75° |
CMYK | 0.00 | 0.03 | 0.11 0.25 |
XYZ | 45.6314 | 48.1304 | 44.9153 |
Yxy | 48.1304 | 0.3290 | 0.3471 |
Hunter Lab | 69.3761 | -4.0016 | 10.1779 |
CIE-Lab | 74.9071 | -0.3289 | 7.8547 |
#beb8aa color RGB value is (190,184,170).
#beb8aa hex color red value is 190, green value is 184 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #beb8aa hue: 0.12 , saturation: 0.13 and the lightness value of beb8aa is 0.71.
The process color (four color CMYK) of #beb8aa color hex is 0.00, 0.03, 0.11, 0.25. Web safe color of #beb8aa is #cccc99. Color #beb8aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111000 | 10101010 |
Octal | 276 | 270 | 252 |
Decimal | 190 | 184 | 170 |
Hex | BE | B8 | AA |
Shades of #beb8aa
Tints of #beb8aa
RGB Percentages of Color #beb8aa
CMYK Percentages of Color #beb8aa
Complementary Color
#beb8aa | #aab0be |
#beb8aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beb8aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#beb8aa Color CSS Codes
.mybgcolor {background-color:#beb8aa; } .myforecolor {color:#beb8aa; } .mybordercolor {border:3px solid #beb8aa; }
#beb8aa Text Font Color
<p style="color:#beb8aa">Text here</p>
This sample text font color is #beb8aa
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.
#beb8aa Background Color
<div style="background-color:#beb8aa">
Div content here</div>
This div background color is #beb8aa
#beb8aa Border Color
<div style="border:3px solid #beb8aa">
Div here</div>
This div border color is #beb8aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,184,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beb8aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beb8aa; -webkit-box-shadow: 1px 1px 3px 2px #beb8aa; box-shadow: 1px 1px 3px 2px #beb8aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,184,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beb8aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beb8aa; -webkit-box-shadow: 1px 1px 3px 2px #beb8aa; box-shadow: 1px 1px 3px 2px #beb8aa;">
Div content here</div>
This div box has shadow with color #beb8aa
Comments
No comments written yet.
Please login to write comment.