Color spaces of #bead89
RGB | 190 | 173 | 137 |
---|---|---|---|
HSL | 0.11 | 0.29 | 0.64 |
HSV | 41° | 28° | 75° |
CMYK | 0.00 | 0.09 | 0.28 0.25 |
XYZ | 40.6941 | 42.6404 | 29.7525 |
Yxy | 42.6404 | 0.3598 | 0.3771 |
Hunter Lab | 65.2996 | -3.0348 | 18.6954 |
CIE-Lab | 71.3102 | 0.5121 | 20.7519 |
#bead89 color RGB value is (190,173,137).
#bead89 hex color red value is 190, green value is 173 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bead89 hue: 0.11 , saturation: 0.29 and the lightness value of bead89 is 0.64.
The process color (four color CMYK) of #bead89 color hex is 0.00, 0.09, 0.28, 0.25. Web safe color of #bead89 is #cc9999. Color #bead89 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101101 | 10001001 |
Octal | 276 | 255 | 211 |
Decimal | 190 | 173 | 137 |
Hex | BE | AD | 89 |
Shades of #bead89
Tints of #bead89
RGB Percentages of Color #bead89
CMYK Percentages of Color #bead89
Complementary Color
#bead89 | #899abe |
#bead89 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bead89 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bead89 Color CSS Codes
.mybgcolor {background-color:#bead89; } .myforecolor {color:#bead89; } .mybordercolor {border:3px solid #bead89; }
#bead89 Text Font Color
<p style="color:#bead89">Text here</p>
This sample text font color is #bead89
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.
#bead89 Background Color
<div style="background-color:#bead89">
Div content here</div>
This div background color is #bead89
#bead89 Border Color
<div style="border:3px solid #bead89">
Div here</div>
This div border color is #bead89
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,173,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bead89; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bead89; -webkit-box-shadow: 1px 1px 3px 2px #bead89; box-shadow: 1px 1px 3px 2px #bead89; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,173,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bead89">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bead89; -webkit-box-shadow: 1px 1px 3px 2px #bead89; box-shadow: 1px 1px 3px 2px #bead89;">
Div content here</div>
This div box has shadow with color #bead89
Comments
No comments written yet.
Please login to write comment.