Color spaces of #eabfdf
RGB | 234 | 191 | 223 |
---|---|---|---|
HSL | 0.88 | 0.51 | 0.83 |
HSV | 315° | 18° | 92° |
CMYK | 0.00 | 0.18 | 0.05 0.08 |
XYZ | 65.8818 | 60.0817 | 77.9366 |
Yxy | 60.0817 | 0.3231 | 0.2947 |
Hunter Lab | 77.5124 | 16.0697 | -5.3558 |
CIE-Lab | 81.8826 | 20.5914 | -10.1425 |
#eabfdf color RGB value is (234,191,223).
#eabfdf hex color red value is 234, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eabfdf hue: 0.88 , saturation: 0.51 and the lightness value of eabfdf is 0.83.
The process color (four color CMYK) of #eabfdf color hex is 0.00, 0.18, 0.05, 0.08. Web safe color of #eabfdf is #ffcccc. Color #eabfdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10111111 | 11011111 |
Octal | 352 | 277 | 337 |
Decimal | 234 | 191 | 223 |
Hex | EA | BF | DF |
Shades of #eabfdf
Tints of #eabfdf
RGB Percentages of Color #eabfdf
CMYK Percentages of Color #eabfdf
Complementary Color
#eabfdf | #bfeaca |
#eabfdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eabfdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eabfdf Color CSS Codes
.mybgcolor {background-color:#eabfdf; } .myforecolor {color:#eabfdf; } .mybordercolor {border:3px solid #eabfdf; }
#eabfdf Text Font Color
<p style="color:#eabfdf">Text here</p>
This sample text font color is #eabfdf
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.
#eabfdf Background Color
<div style="background-color:#eabfdf">
Div content here</div>
This div background color is #eabfdf
#eabfdf Border Color
<div style="border:3px solid #eabfdf">
Div here</div>
This div border color is #eabfdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,191,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eabfdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eabfdf; -webkit-box-shadow: 1px 1px 3px 2px #eabfdf; box-shadow: 1px 1px 3px 2px #eabfdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,191,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 #eabfdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eabfdf; -webkit-box-shadow: 1px 1px 3px 2px #eabfdf; box-shadow: 1px 1px 3px 2px #eabfdf;">
Div content here</div>
This div box has shadow with color #eabfdf
Comments
No comments written yet.
Please login to write comment.