Color spaces of #beadd8
RGB | 190 | 173 | 216 |
---|---|---|---|
HSL | 0.73 | 0.36 | 0.76 |
HSV | 264° | 20° | 85° |
CMYK | 0.12 | 0.20 | 0.00 0.15 |
XYZ | 48.5734 | 45.7922 | 71.2444 |
Yxy | 45.7922 | 0.2933 | 0.2765 |
Hunter Lab | 67.6699 | 9.7047 | -15.0529 |
CIE-Lab | 73.4105 | 14.3614 | -19.4748 |
#beadd8 color RGB value is (190,173,216).
#beadd8 hex color red value is 190, green value is 173 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #beadd8 hue: 0.73 , saturation: 0.36 and the lightness value of beadd8 is 0.76.
The process color (four color CMYK) of #beadd8 color hex is 0.12, 0.20, 0.00, 0.15. Web safe color of #beadd8 is #cc99cc. Color #beadd8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101101 | 11011000 |
Octal | 276 | 255 | 330 |
Decimal | 190 | 173 | 216 |
Hex | BE | AD | D8 |
Shades of #beadd8
Tints of #beadd8
RGB Percentages of Color #beadd8
CMYK Percentages of Color #beadd8
Complementary Color
#beadd8 | #c7d8ad |
#beadd8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beadd8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beadd8 Color CSS Codes
.mybgcolor {background-color:#beadd8; } .myforecolor {color:#beadd8; } .mybordercolor {border:3px solid #beadd8; }
#beadd8 Text Font Color
<p style="color:#beadd8">Text here</p>
This sample text font color is #beadd8
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.
#beadd8 Background Color
<div style="background-color:#beadd8">
Div content here</div>
This div background color is #beadd8
#beadd8 Border Color
<div style="border:3px solid #beadd8">
Div here</div>
This div border color is #beadd8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,173,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beadd8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beadd8; -webkit-box-shadow: 1px 1px 3px 2px #beadd8; box-shadow: 1px 1px 3px 2px #beadd8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,173,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beadd8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beadd8; -webkit-box-shadow: 1px 1px 3px 2px #beadd8; box-shadow: 1px 1px 3px 2px #beadd8;">
Div content here</div>
This div box has shadow with color #beadd8
Comments
No comments written yet.
Please login to write comment.