Color spaces of #eaacdf
RGB | 234 | 172 | 223 |
---|---|---|---|
HSL | 0.86 | 0.60 | 0.80 |
HSV | 311° | 26° | 92° |
CMYK | 0.00 | 0.26 | 0.05 0.08 |
XYZ | 62.0035 | 52.3252 | 76.6439 |
Yxy | 52.3252 | 0.3247 | 0.2740 |
Hunter Lab | 72.3362 | 26.4144 | -12.1855 |
CIE-Lab | 77.4749 | 30.7309 | -16.7473 |
#eaacdf color RGB value is (234,172,223).
#eaacdf hex color red value is 234, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eaacdf hue: 0.86 , saturation: 0.60 and the lightness value of eaacdf is 0.80.
The process color (four color CMYK) of #eaacdf color hex is 0.00, 0.26, 0.05, 0.08. Web safe color of #eaacdf is #ff99cc. Color #eaacdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10101100 | 11011111 |
Octal | 352 | 254 | 337 |
Decimal | 234 | 172 | 223 |
Hex | EA | AC | DF |
Shades of #eaacdf
Tints of #eaacdf
RGB Percentages of Color #eaacdf
CMYK Percentages of Color #eaacdf
Complementary Color
#eaacdf | #aceab7 |
#eaacdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaacdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaacdf Color CSS Codes
.mybgcolor {background-color:#eaacdf; } .myforecolor {color:#eaacdf; } .mybordercolor {border:3px solid #eaacdf; }
#eaacdf Text Font Color
<p style="color:#eaacdf">Text here</p>
This sample text font color is #eaacdf
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.
#eaacdf Background Color
<div style="background-color:#eaacdf">
Div content here</div>
This div background color is #eaacdf
#eaacdf Border Color
<div style="border:3px solid #eaacdf">
Div here</div>
This div border color is #eaacdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,172,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaacdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaacdf; -webkit-box-shadow: 1px 1px 3px 2px #eaacdf; box-shadow: 1px 1px 3px 2px #eaacdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,172,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaacdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaacdf; -webkit-box-shadow: 1px 1px 3px 2px #eaacdf; box-shadow: 1px 1px 3px 2px #eaacdf;">
Div content here</div>
This div box has shadow with color #eaacdf
Comments
No comments written yet.
Please login to write comment.