Color spaces of #eecafd
RGB | 238 | 202 | 253 |
---|---|---|---|
HSL | 0.78 | 0.93 | 0.89 |
HSV | 282° | 20° | 99° |
CMYK | 0.06 | 0.20 | 0.00 0.01 |
XYZ | 74.1100 | 67.5101 | 102.0532 |
Yxy | 67.5101 | 0.3041 | 0.2771 |
Hunter Lab | 82.1645 | 17.2138 | -16.1265 |
CIE-Lab | 85.7609 | 21.5785 | -20.2778 |
#eecafd color RGB value is (238,202,253).
#eecafd hex color red value is 238, green value is 202 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eecafd hue: 0.78 , saturation: 0.93 and the lightness value of eecafd is 0.89.
The process color (four color CMYK) of #eecafd color hex is 0.06, 0.20, 0.00, 0.01. Web safe color of #eecafd is #ffccff. Color #eecafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11001010 | 11111101 |
Octal | 356 | 312 | 375 |
Decimal | 238 | 202 | 253 |
Hex | EE | CA | FD |
Shades of #eecafd
Tints of #eecafd
RGB Percentages of Color #eecafd
CMYK Percentages of Color #eecafd
Complementary Color
#eecafd | #d9fdca |
#eecafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eecafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eecafd Color CSS Codes
.mybgcolor {background-color:#eecafd; } .myforecolor {color:#eecafd; } .mybordercolor {border:3px solid #eecafd; }
#eecafd Text Font Color
<p style="color:#eecafd">Text here</p>
This sample text font color is #eecafd
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.
#eecafd Background Color
<div style="background-color:#eecafd">
Div content here</div>
This div background color is #eecafd
#eecafd Border Color
<div style="border:3px solid #eecafd">
Div here</div>
This div border color is #eecafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,202,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eecafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eecafd; -webkit-box-shadow: 1px 1px 3px 2px #eecafd; box-shadow: 1px 1px 3px 2px #eecafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,202,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 #eecafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eecafd; -webkit-box-shadow: 1px 1px 3px 2px #eecafd; box-shadow: 1px 1px 3px 2px #eecafd;">
Div content here</div>
This div box has shadow with color #eecafd
Comments
No comments written yet.
Please login to write comment.