Color spaces of #bead98
RGB | 190 | 173 | 152 |
---|---|---|---|
HSL | 0.09 | 0.23 | 0.67 |
HSV | 33° | 20° | 75° |
CMYK | 0.00 | 0.09 | 0.20 0.25 |
XYZ | 41.8463 | 43.1013 | 35.8196 |
Yxy | 43.1013 | 0.3465 | 0.3569 |
Hunter Lab | 65.6516 | -1.1144 | 13.6074 |
CIE-Lab | 71.6237 | 2.6846 | 13.0103 |
#bead98 color RGB value is (190,173,152).
#bead98 hex color red value is 190, green value is 173 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bead98 hue: 0.09 , saturation: 0.23 and the lightness value of bead98 is 0.67.
The process color (four color CMYK) of #bead98 color hex is 0.00, 0.09, 0.20, 0.25. Web safe color of #bead98 is #cc9999. Color #bead98 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101101 | 10011000 |
Octal | 276 | 255 | 230 |
Decimal | 190 | 173 | 152 |
Hex | BE | AD | 98 |
Shades of #bead98
Tints of #bead98
RGB Percentages of Color #bead98
CMYK Percentages of Color #bead98
Complementary Color
#bead98 | #98a9be |
#bead98 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bead98 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bead98 Color CSS Codes
.mybgcolor {background-color:#bead98; } .myforecolor {color:#bead98; } .mybordercolor {border:3px solid #bead98; }
#bead98 Text Font Color
<p style="color:#bead98">Text here</p>
This sample text font color is #bead98
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.
#bead98 Background Color
<div style="background-color:#bead98">
Div content here</div>
This div background color is #bead98
#bead98 Border Color
<div style="border:3px solid #bead98">
Div here</div>
This div border color is #bead98
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,173,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bead98; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bead98; -webkit-box-shadow: 1px 1px 3px 2px #bead98; box-shadow: 1px 1px 3px 2px #bead98; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,173,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bead98">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bead98; -webkit-box-shadow: 1px 1px 3px 2px #bead98; box-shadow: 1px 1px 3px 2px #bead98;">
Div content here</div>
This div box has shadow with color #bead98
Comments
No comments written yet.
Please login to write comment.