Color spaces of #eaaedc
RGB | 234 | 174 | 220 |
---|---|---|---|
HSL | 0.87 | 0.59 | 0.80 |
HSV | 314° | 26° | 92° |
CMYK | 0.00 | 0.26 | 0.06 0.08 |
XYZ | 61.9860 | 52.9318 | 74.6600 |
Yxy | 52.9318 | 0.3270 | 0.2792 |
Hunter Lab | 72.7542 | 24.7606 | -9.9151 |
CIE-Lab | 77.8347 | 29.1391 | -14.5784 |
#eaaedc color RGB value is (234,174,220).
#eaaedc hex color red value is 234, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eaaedc hue: 0.87 , saturation: 0.59 and the lightness value of eaaedc is 0.80.
The process color (four color CMYK) of #eaaedc color hex is 0.00, 0.26, 0.06, 0.08. Web safe color of #eaaedc is #ff99cc. Color #eaaedc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10101110 | 11011100 |
Octal | 352 | 256 | 334 |
Decimal | 234 | 174 | 220 |
Hex | EA | AE | DC |
Shades of #eaaedc
Tints of #eaaedc
RGB Percentages of Color #eaaedc
CMYK Percentages of Color #eaaedc
Complementary Color
#eaaedc | #aeeabc |
#eaaedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaaedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaaedc Color CSS Codes
.mybgcolor {background-color:#eaaedc; } .myforecolor {color:#eaaedc; } .mybordercolor {border:3px solid #eaaedc; }
#eaaedc Text Font Color
<p style="color:#eaaedc">Text here</p>
This sample text font color is #eaaedc
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.
#eaaedc Background Color
<div style="background-color:#eaaedc">
Div content here</div>
This div background color is #eaaedc
#eaaedc Border Color
<div style="border:3px solid #eaaedc">
Div here</div>
This div border color is #eaaedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,174,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaaedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaaedc; -webkit-box-shadow: 1px 1px 3px 2px #eaaedc; box-shadow: 1px 1px 3px 2px #eaaedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,174,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 #eaaedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaaedc; -webkit-box-shadow: 1px 1px 3px 2px #eaaedc; box-shadow: 1px 1px 3px 2px #eaaedc;">
Div content here</div>
This div box has shadow with color #eaaedc
Comments
No comments written yet.
Please login to write comment.