Color spaces of #eaddeb
RGB | 234 | 221 | 235 |
---|---|---|---|
HSL | 0.82 | 0.26 | 0.89 |
HSV | 296° | 6° | 92° |
CMYK | 0.00 | 0.06 | 0.00 0.08 |
XYZ | 74.7835 | 75.2035 | 89.1715 |
Yxy | 75.2035 | 0.3127 | 0.3145 |
Hunter Lab | 86.7200 | 2.1707 | -0.2621 |
CIE-Lab | 89.4882 | 6.9023 | -5.2431 |
#eaddeb color RGB value is (234,221,235).
#eaddeb hex color red value is 234, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eaddeb hue: 0.82 , saturation: 0.26 and the lightness value of eaddeb is 0.89.
The process color (four color CMYK) of #eaddeb color hex is 0.00, 0.06, 0.00, 0.08. Web safe color of #eaddeb is #ffccff. Color #eaddeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011101 | 11101011 |
Octal | 352 | 335 | 353 |
Decimal | 234 | 221 | 235 |
Hex | EA | DD | EB |
Shades of #eaddeb
Tints of #eaddeb
RGB Percentages of Color #eaddeb
CMYK Percentages of Color #eaddeb
Complementary Color
#eaddeb | #deebdd |
#eaddeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaddeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaddeb Color CSS Codes
.mybgcolor {background-color:#eaddeb; } .myforecolor {color:#eaddeb; } .mybordercolor {border:3px solid #eaddeb; }
#eaddeb Text Font Color
<p style="color:#eaddeb">Text here</p>
This sample text font color is #eaddeb
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.
#eaddeb Background Color
<div style="background-color:#eaddeb">
Div content here</div>
This div background color is #eaddeb
#eaddeb Border Color
<div style="border:3px solid #eaddeb">
Div here</div>
This div border color is #eaddeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,221,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaddeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaddeb; -webkit-box-shadow: 1px 1px 3px 2px #eaddeb; box-shadow: 1px 1px 3px 2px #eaddeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,221,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaddeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaddeb; -webkit-box-shadow: 1px 1px 3px 2px #eaddeb; box-shadow: 1px 1px 3px 2px #eaddeb;">
Div content here</div>
This div box has shadow with color #eaddeb
Comments
No comments written yet.
Please login to write comment.