Color spaces of #e7badd
RGB | 231 | 186 | 221 |
---|---|---|---|
HSL | 0.87 | 0.48 | 0.82 |
HSV | 313° | 19° | 91° |
CMYK | 0.00 | 0.19 | 0.04 0.09 |
XYZ | 63.5650 | 57.3272 | 76.1216 |
Yxy | 57.3272 | 0.3226 | 0.2910 |
Hunter Lab | 75.7147 | 17.3558 | -6.6083 |
CIE-Lab | 80.3633 | 21.8911 | -11.3622 |
#e7badd color RGB value is (231,186,221).
#e7badd hex color red value is 231, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e7badd hue: 0.87 , saturation: 0.48 and the lightness value of e7badd is 0.82.
The process color (four color CMYK) of #e7badd color hex is 0.00, 0.19, 0.04, 0.09. Web safe color of #e7badd is #ffcccc. Color #e7badd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 10111010 | 11011101 |
Octal | 347 | 272 | 335 |
Decimal | 231 | 186 | 221 |
Hex | E7 | BA | DD |
Shades of #e7badd
Tints of #e7badd
RGB Percentages of Color #e7badd
CMYK Percentages of Color #e7badd
Complementary Color
#e7badd | #bae7c4 |
#e7badd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e7badd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e7badd Color CSS Codes
.mybgcolor {background-color:#e7badd; } .myforecolor {color:#e7badd; } .mybordercolor {border:3px solid #e7badd; }
#e7badd Text Font Color
<p style="color:#e7badd">Text here</p>
This sample text font color is #e7badd
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.
#e7badd Background Color
<div style="background-color:#e7badd">
Div content here</div>
This div background color is #e7badd
#e7badd Border Color
<div style="border:3px solid #e7badd">
Div here</div>
This div border color is #e7badd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,186,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e7badd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e7badd; -webkit-box-shadow: 1px 1px 3px 2px #e7badd; box-shadow: 1px 1px 3px 2px #e7badd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,186,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e7badd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e7badd; -webkit-box-shadow: 1px 1px 3px 2px #e7badd; box-shadow: 1px 1px 3px 2px #e7badd;">
Div content here</div>
This div box has shadow with color #e7badd
Comments
No comments written yet.
Please login to write comment.