Color spaces of #eabfdd
RGB | 234 | 191 | 221 |
---|---|---|---|
HSL | 0.88 | 0.51 | 0.83 |
HSV | 318° | 18° | 92° |
CMYK | 0.00 | 0.18 | 0.06 0.08 |
XYZ | 65.6136 | 59.9745 | 76.5246 |
Yxy | 59.9745 | 0.3246 | 0.2967 |
Hunter Lab | 77.4432 | 15.7082 | -4.3765 |
CIE-Lab | 81.8243 | 20.2412 | -9.1559 |
#eabfdd color RGB value is (234,191,221).
#eabfdd hex color red value is 234, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eabfdd hue: 0.88 , saturation: 0.51 and the lightness value of eabfdd is 0.83.
The process color (four color CMYK) of #eabfdd color hex is 0.00, 0.18, 0.06, 0.08. Web safe color of #eabfdd is #ffcccc. Color #eabfdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10111111 | 11011101 |
Octal | 352 | 277 | 335 |
Decimal | 234 | 191 | 221 |
Hex | EA | BF | DD |
Shades of #eabfdd
Tints of #eabfdd
RGB Percentages of Color #eabfdd
CMYK Percentages of Color #eabfdd
Complementary Color
#eabfdd | #bfeacc |
#eabfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eabfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eabfdd Color CSS Codes
.mybgcolor {background-color:#eabfdd; } .myforecolor {color:#eabfdd; } .mybordercolor {border:3px solid #eabfdd; }
#eabfdd Text Font Color
<p style="color:#eabfdd">Text here</p>
This sample text font color is #eabfdd
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.
#eabfdd Background Color
<div style="background-color:#eabfdd">
Div content here</div>
This div background color is #eabfdd
#eabfdd Border Color
<div style="border:3px solid #eabfdd">
Div here</div>
This div border color is #eabfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,191,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eabfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eabfdd; -webkit-box-shadow: 1px 1px 3px 2px #eabfdd; box-shadow: 1px 1px 3px 2px #eabfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,191,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eabfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eabfdd; -webkit-box-shadow: 1px 1px 3px 2px #eabfdd; box-shadow: 1px 1px 3px 2px #eabfdd;">
Div content here</div>
This div box has shadow with color #eabfdd
Comments
No comments written yet.
Please login to write comment.