Color spaces of #eacffd
RGB | 234 | 207 | 253 |
---|---|---|---|
HSL | 0.76 | 0.92 | 0.90 |
HSV | 275° | 18° | 99° |
CMYK | 0.08 | 0.18 | 0.00 0.01 |
XYZ | 73.9741 | 69.2099 | 102.3885 |
Yxy | 69.2099 | 0.3012 | 0.2818 |
Hunter Lab | 83.1925 | 13.1339 | -14.7360 |
CIE-Lab | 86.6079 | 17.6462 | -19.0316 |
#eacffd color RGB value is (234,207,253).
#eacffd hex color red value is 234, green value is 207 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eacffd hue: 0.76 , saturation: 0.92 and the lightness value of eacffd is 0.90.
The process color (four color CMYK) of #eacffd color hex is 0.08, 0.18, 0.00, 0.01. Web safe color of #eacffd is #ffccff. Color #eacffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001111 | 11111101 |
Octal | 352 | 317 | 375 |
Decimal | 234 | 207 | 253 |
Hex | EA | CF | FD |
Shades of #eacffd
Tints of #eacffd
RGB Percentages of Color #eacffd
CMYK Percentages of Color #eacffd
Complementary Color
#eacffd | #e2fdcf |
#eacffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eacffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eacffd Color CSS Codes
.mybgcolor {background-color:#eacffd; } .myforecolor {color:#eacffd; } .mybordercolor {border:3px solid #eacffd; }
#eacffd Text Font Color
<p style="color:#eacffd">Text here</p>
This sample text font color is #eacffd
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.
#eacffd Background Color
<div style="background-color:#eacffd">
Div content here</div>
This div background color is #eacffd
#eacffd Border Color
<div style="border:3px solid #eacffd">
Div here</div>
This div border color is #eacffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,207,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eacffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eacffd; -webkit-box-shadow: 1px 1px 3px 2px #eacffd; box-shadow: 1px 1px 3px 2px #eacffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,207,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eacffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eacffd; -webkit-box-shadow: 1px 1px 3px 2px #eacffd; box-shadow: 1px 1px 3px 2px #eacffd;">
Div content here</div>
This div box has shadow with color #eacffd
Comments
No comments written yet.
Please login to write comment.