Color spaces of #eeeffd
RGB | 238 | 239 | 253 |
---|---|---|---|
HSL | 0.66 | 0.79 | 0.96 |
HSV | 236° | 6° | 99° |
CMYK | 0.06 | 0.06 | 0.00 0.01 |
XYZ | 83.8560 | 87.0020 | 105.3019 |
Yxy | 87.0020 | 0.3037 | 0.3150 |
Hunter Lab | 93.2749 | -2.7559 | -1.6426 |
CIE-Lab | 94.7391 | 2.2277 | -6.8534 |
#eeeffd color RGB value is (238,239,253).
#eeeffd hex color red value is 238, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eeeffd hue: 0.66 , saturation: 0.79 and the lightness value of eeeffd is 0.96.
The process color (four color CMYK) of #eeeffd color hex is 0.06, 0.06, 0.00, 0.01. Web safe color of #eeeffd is #ffffff. Color #eeeffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11101111 | 11111101 |
Octal | 356 | 357 | 375 |
Decimal | 238 | 239 | 253 |
Hex | EE | EF | FD |
Shades of #eeeffd
Tints of #eeeffd
RGB Percentages of Color #eeeffd
CMYK Percentages of Color #eeeffd
Complementary Color
#eeeffd | #fdfcee |
#eeeffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeeffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeeffd Color CSS Codes
.mybgcolor {background-color:#eeeffd; } .myforecolor {color:#eeeffd; } .mybordercolor {border:3px solid #eeeffd; }
#eeeffd Text Font Color
<p style="color:#eeeffd">Text here</p>
This sample text font color is #eeeffd
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.
#eeeffd Background Color
<div style="background-color:#eeeffd">
Div content here</div>
This div background color is #eeeffd
#eeeffd Border Color
<div style="border:3px solid #eeeffd">
Div here</div>
This div border color is #eeeffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,239,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeeffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeeffd; -webkit-box-shadow: 1px 1px 3px 2px #eeeffd; box-shadow: 1px 1px 3px 2px #eeeffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,239,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 #eeeffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeeffd; -webkit-box-shadow: 1px 1px 3px 2px #eeeffd; box-shadow: 1px 1px 3px 2px #eeeffd;">
Div content here</div>
This div box has shadow with color #eeeffd
Comments
No comments written yet.
Please login to write comment.