Color spaces of #beadb4
RGB | 190 | 173 | 180 |
---|---|---|---|
HSL | 0.93 | 0.12 | 0.71 |
HSV | 335° | 9° | 75° |
CMYK | 0.00 | 0.09 | 0.05 0.25 |
XYZ | 44.4170 | 44.1296 | 49.3568 |
Yxy | 44.1296 | 0.3221 | 0.3200 |
Hunter Lab | 66.4301 | 3.0973 | 2.4493 |
CIE-Lab | 72.3150 | 7.3394 | -1.3685 |
#beadb4 color RGB value is (190,173,180).
#beadb4 hex color red value is 190, green value is 173 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #beadb4 hue: 0.93 , saturation: 0.12 and the lightness value of beadb4 is 0.71.
The process color (four color CMYK) of #beadb4 color hex is 0.00, 0.09, 0.05, 0.25. Web safe color of #beadb4 is #cc99cc. Color #beadb4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101101 | 10110100 |
Octal | 276 | 255 | 264 |
Decimal | 190 | 173 | 180 |
Hex | BE | AD | B4 |
Shades of #beadb4
Tints of #beadb4
RGB Percentages of Color #beadb4
CMYK Percentages of Color #beadb4
Complementary Color
#beadb4 | #adbeb7 |
#beadb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beadb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beadb4 Color CSS Codes
.mybgcolor {background-color:#beadb4; } .myforecolor {color:#beadb4; } .mybordercolor {border:3px solid #beadb4; }
#beadb4 Text Font Color
<p style="color:#beadb4">Text here</p>
This sample text font color is #beadb4
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.
#beadb4 Background Color
<div style="background-color:#beadb4">
Div content here</div>
This div background color is #beadb4
#beadb4 Border Color
<div style="border:3px solid #beadb4">
Div here</div>
This div border color is #beadb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,173,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beadb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beadb4; -webkit-box-shadow: 1px 1px 3px 2px #beadb4; box-shadow: 1px 1px 3px 2px #beadb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,173,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beadb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beadb4; -webkit-box-shadow: 1px 1px 3px 2px #beadb4; box-shadow: 1px 1px 3px 2px #beadb4;">
Div content here</div>
This div box has shadow with color #beadb4
Comments
No comments written yet.
Please login to write comment.