Color spaces of #eaaed3
RGB | 234 | 174 | 211 |
---|---|---|---|
HSL | 0.90 | 0.59 | 0.80 |
HSV | 323° | 26° | 92° |
CMYK | 0.00 | 0.26 | 0.10 0.08 |
XYZ | 60.8256 | 52.4677 | 68.5494 |
Yxy | 52.4677 | 0.3345 | 0.2885 |
Hunter Lab | 72.4346 | 23.1315 | -5.4056 |
CIE-Lab | 77.5597 | 27.6019 | -10.1035 |
#eaaed3 color RGB value is (234,174,211).
#eaaed3 hex color red value is 234, green value is 174 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #eaaed3 hue: 0.90 , saturation: 0.59 and the lightness value of eaaed3 is 0.80.
The process color (four color CMYK) of #eaaed3 color hex is 0.00, 0.26, 0.10, 0.08. Web safe color of #eaaed3 is #ff99cc. Color #eaaed3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10101110 | 11010011 |
Octal | 352 | 256 | 323 |
Decimal | 234 | 174 | 211 |
Hex | EA | AE | D3 |
Shades of #eaaed3
Tints of #eaaed3
RGB Percentages of Color #eaaed3
CMYK Percentages of Color #eaaed3
Complementary Color
#eaaed3 | #aeeac5 |
#eaaed3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaaed3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaaed3 Color CSS Codes
.mybgcolor {background-color:#eaaed3; } .myforecolor {color:#eaaed3; } .mybordercolor {border:3px solid #eaaed3; }
#eaaed3 Text Font Color
<p style="color:#eaaed3">Text here</p>
This sample text font color is #eaaed3
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.
#eaaed3 Background Color
<div style="background-color:#eaaed3">
Div content here</div>
This div background color is #eaaed3
#eaaed3 Border Color
<div style="border:3px solid #eaaed3">
Div here</div>
This div border color is #eaaed3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,174,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaaed3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaaed3; -webkit-box-shadow: 1px 1px 3px 2px #eaaed3; box-shadow: 1px 1px 3px 2px #eaaed3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,174,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaaed3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaaed3; -webkit-box-shadow: 1px 1px 3px 2px #eaaed3; box-shadow: 1px 1px 3px 2px #eaaed3;">
Div content here</div>
This div box has shadow with color #eaaed3
Comments
No comments written yet.
Please login to write comment.