Color spaces of #eadbde
RGB | 234 | 219 | 222 |
---|---|---|---|
HSL | 0.97 | 0.26 | 0.89 |
HSV | 348° | 6° | 92° |
CMYK | 0.00 | 0.06 | 0.05 0.08 |
XYZ | 72.4480 | 73.4294 | 79.4621 |
Yxy | 73.4294 | 0.3215 | 0.3259 |
Hunter Lab | 85.6910 | 0.9549 | 5.0034 |
CIE-Lab | 88.6521 | 5.6501 | 0.3694 |
#eadbde color RGB value is (234,219,222).
#eadbde hex color red value is 234, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eadbde hue: 0.97 , saturation: 0.26 and the lightness value of eadbde is 0.89.
The process color (four color CMYK) of #eadbde color hex is 0.00, 0.06, 0.05, 0.08. Web safe color of #eadbde is #ffcccc. Color #eadbde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011011 | 11011110 |
Octal | 352 | 333 | 336 |
Decimal | 234 | 219 | 222 |
Hex | EA | DB | DE |
Shades of #eadbde
Tints of #eadbde
RGB Percentages of Color #eadbde
CMYK Percentages of Color #eadbde
Complementary Color
#eadbde | #dbeae7 |
#eadbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadbde Color CSS Codes
.mybgcolor {background-color:#eadbde; } .myforecolor {color:#eadbde; } .mybordercolor {border:3px solid #eadbde; }
#eadbde Text Font Color
<p style="color:#eadbde">Text here</p>
This sample text font color is #eadbde
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.
#eadbde Background Color
<div style="background-color:#eadbde">
Div content here</div>
This div background color is #eadbde
#eadbde Border Color
<div style="border:3px solid #eadbde">
Div here</div>
This div border color is #eadbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,219,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadbde; -webkit-box-shadow: 1px 1px 3px 2px #eadbde; box-shadow: 1px 1px 3px 2px #eadbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,219,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eadbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadbde; -webkit-box-shadow: 1px 1px 3px 2px #eadbde; box-shadow: 1px 1px 3px 2px #eadbde;">
Div content here</div>
This div box has shadow with color #eadbde
Comments
No comments written yet.
Please login to write comment.