Color spaces of #eadae1
RGB | 234 | 218 | 225 |
---|---|---|---|
HSL | 0.93 | 0.28 | 0.89 |
HSV | 334° | 7° | 92° |
CMYK | 0.00 | 0.07 | 0.04 0.08 |
XYZ | 72.5937 | 73.0715 | 81.5123 |
Yxy | 73.0715 | 0.3195 | 0.3216 |
Hunter Lab | 85.4819 | 1.9941 | 3.3006 |
CIE-Lab | 88.4818 | 6.6902 | -1.4597 |
#eadae1 color RGB value is (234,218,225).
#eadae1 hex color red value is 234, green value is 218 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #eadae1 hue: 0.93 , saturation: 0.28 and the lightness value of eadae1 is 0.89.
The process color (four color CMYK) of #eadae1 color hex is 0.00, 0.07, 0.04, 0.08. Web safe color of #eadae1 is #ffcccc. Color #eadae1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011010 | 11100001 |
Octal | 352 | 332 | 341 |
Decimal | 234 | 218 | 225 |
Hex | EA | DA | E1 |
Shades of #eadae1
Tints of #eadae1
RGB Percentages of Color #eadae1
CMYK Percentages of Color #eadae1
Complementary Color
#eadae1 | #daeae3 |
#eadae1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadae1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadae1 Color CSS Codes
.mybgcolor {background-color:#eadae1; } .myforecolor {color:#eadae1; } .mybordercolor {border:3px solid #eadae1; }
#eadae1 Text Font Color
<p style="color:#eadae1">Text here</p>
This sample text font color is #eadae1
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.
#eadae1 Background Color
<div style="background-color:#eadae1">
Div content here</div>
This div background color is #eadae1
#eadae1 Border Color
<div style="border:3px solid #eadae1">
Div here</div>
This div border color is #eadae1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,218,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadae1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadae1; -webkit-box-shadow: 1px 1px 3px 2px #eadae1; box-shadow: 1px 1px 3px 2px #eadae1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,218,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eadae1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadae1; -webkit-box-shadow: 1px 1px 3px 2px #eadae1; box-shadow: 1px 1px 3px 2px #eadae1;">
Div content here</div>
This div box has shadow with color #eadae1
#eadae1 Color Palettes
Comments
No comments written yet.
Please login to write comment.