Color spaces of #e0bedc
RGB | 224 | 190 | 220 |
---|---|---|---|
HSL | 0.85 | 0.35 | 0.81 |
HSV | 307° | 15° | 88° |
CMYK | 0.00 | 0.15 | 0.02 0.12 |
XYZ | 62.0722 | 57.8415 | 75.6031 |
Yxy | 57.8415 | 0.3175 | 0.2958 |
Hunter Lab | 76.0536 | 12.5915 | -5.7013 |
CIE-Lab | 80.6506 | 17.2027 | -10.4629 |
#e0bedc color RGB value is (224,190,220).
#e0bedc hex color red value is 224, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e0bedc hue: 0.85 , saturation: 0.35 and the lightness value of e0bedc is 0.81.
The process color (four color CMYK) of #e0bedc color hex is 0.00, 0.15, 0.02, 0.12. Web safe color of #e0bedc is #cccccc. Color #e0bedc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10111110 | 11011100 |
Octal | 340 | 276 | 334 |
Decimal | 224 | 190 | 220 |
Hex | E0 | BE | DC |
Shades of #e0bedc
Tints of #e0bedc
RGB Percentages of Color #e0bedc
CMYK Percentages of Color #e0bedc
Complementary Color
#e0bedc | #bee0c2 |
#e0bedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0bedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0bedc Color CSS Codes
.mybgcolor {background-color:#e0bedc; } .myforecolor {color:#e0bedc; } .mybordercolor {border:3px solid #e0bedc; }
#e0bedc Text Font Color
<p style="color:#e0bedc">Text here</p>
This sample text font color is #e0bedc
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.
#e0bedc Background Color
<div style="background-color:#e0bedc">
Div content here</div>
This div background color is #e0bedc
#e0bedc Border Color
<div style="border:3px solid #e0bedc">
Div here</div>
This div border color is #e0bedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,190,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0bedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0bedc; -webkit-box-shadow: 1px 1px 3px 2px #e0bedc; box-shadow: 1px 1px 3px 2px #e0bedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,190,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0bedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0bedc; -webkit-box-shadow: 1px 1px 3px 2px #e0bedc; box-shadow: 1px 1px 3px 2px #e0bedc;">
Div content here</div>
This div box has shadow with color #e0bedc
Comments
No comments written yet.
Please login to write comment.