Color spaces of #eeeafd
RGB | 238 | 234 | 253 |
---|---|---|---|
HSL | 0.70 | 0.83 | 0.95 |
HSV | 253° | 8° | 99° |
CMYK | 0.06 | 0.08 | 0.00 0.01 |
XYZ | 82.4123 | 84.1146 | 104.8207 |
Yxy | 84.1146 | 0.3037 | 0.3100 |
Hunter Lab | 91.7140 | -0.1031 | -3.5632 |
CIE-Lab | 93.5003 | 4.7997 | -8.6876 |
#eeeafd color RGB value is (238,234,253).
#eeeafd hex color red value is 238, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eeeafd hue: 0.70 , saturation: 0.83 and the lightness value of eeeafd is 0.95.
The process color (four color CMYK) of #eeeafd color hex is 0.06, 0.08, 0.00, 0.01. Web safe color of #eeeafd is #ffffff. Color #eeeafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11101010 | 11111101 |
Octal | 356 | 352 | 375 |
Decimal | 238 | 234 | 253 |
Hex | EE | EA | FD |
Shades of #eeeafd
Tints of #eeeafd
RGB Percentages of Color #eeeafd
CMYK Percentages of Color #eeeafd
Complementary Color
#eeeafd | #f9fdea |
#eeeafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeeafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeeafd Color CSS Codes
.mybgcolor {background-color:#eeeafd; } .myforecolor {color:#eeeafd; } .mybordercolor {border:3px solid #eeeafd; }
#eeeafd Text Font Color
<p style="color:#eeeafd">Text here</p>
This sample text font color is #eeeafd
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.
#eeeafd Background Color
<div style="background-color:#eeeafd">
Div content here</div>
This div background color is #eeeafd
#eeeafd Border Color
<div style="border:3px solid #eeeafd">
Div here</div>
This div border color is #eeeafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,234,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeeafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeeafd; -webkit-box-shadow: 1px 1px 3px 2px #eeeafd; box-shadow: 1px 1px 3px 2px #eeeafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,234,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 #eeeafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeeafd; -webkit-box-shadow: 1px 1px 3px 2px #eeeafd; box-shadow: 1px 1px 3px 2px #eeeafd;">
Div content here</div>
This div box has shadow with color #eeeafd
Comments
No comments written yet.
Please login to write comment.