Color spaces of #e0bedd
RGB | 224 | 190 | 221 |
---|---|---|---|
HSL | 0.85 | 0.35 | 0.81 |
HSV | 305° | 15° | 88° |
CMYK | 0.00 | 0.15 | 0.01 0.12 |
XYZ | 62.2051 | 57.8947 | 76.3028 |
Yxy | 57.8947 | 0.3167 | 0.2948 |
Hunter Lab | 76.0886 | 12.7751 | -6.1949 |
CIE-Lab | 80.6802 | 17.3844 | -10.9565 |
#e0bedd color RGB value is (224,190,221).
#e0bedd hex color red value is 224, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e0bedd hue: 0.85 , saturation: 0.35 and the lightness value of e0bedd is 0.81.
The process color (four color CMYK) of #e0bedd color hex is 0.00, 0.15, 0.01, 0.12. Web safe color of #e0bedd is #cccccc. Color #e0bedd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10111110 | 11011101 |
Octal | 340 | 276 | 335 |
Decimal | 224 | 190 | 221 |
Hex | E0 | BE | DD |
Shades of #e0bedd
Tints of #e0bedd
RGB Percentages of Color #e0bedd
CMYK Percentages of Color #e0bedd
Complementary Color
#e0bedd | #bee0c1 |
#e0bedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0bedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0bedd Color CSS Codes
.mybgcolor {background-color:#e0bedd; } .myforecolor {color:#e0bedd; } .mybordercolor {border:3px solid #e0bedd; }
#e0bedd Text Font Color
<p style="color:#e0bedd">Text here</p>
This sample text font color is #e0bedd
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.
#e0bedd Background Color
<div style="background-color:#e0bedd">
Div content here</div>
This div background color is #e0bedd
#e0bedd Border Color
<div style="border:3px solid #e0bedd">
Div here</div>
This div border color is #e0bedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,190,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0bedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0bedd; -webkit-box-shadow: 1px 1px 3px 2px #e0bedd; box-shadow: 1px 1px 3px 2px #e0bedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,190,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 #e0bedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0bedd; -webkit-box-shadow: 1px 1px 3px 2px #e0bedd; box-shadow: 1px 1px 3px 2px #e0bedd;">
Div content here</div>
This div box has shadow with color #e0bedd
Comments
No comments written yet.
Please login to write comment.