Color spaces of #eecfff
RGB | 238 | 207 | 255 |
---|---|---|---|
HSL | 0.77 | 1.00 | 0.91 |
HSV | 279° | 19° | 100° |
CMYK | 0.07 | 0.19 | 0.00 0.00 |
XYZ | 75.6227 | 70.0228 | 104.1377 |
Yxy | 70.0228 | 0.3028 | 0.2803 |
Hunter Lab | 83.6796 | 14.8741 | -15.2095 |
CIE-Lab | 87.0080 | 19.3129 | -19.4512 |
#eecfff color RGB value is (238,207,255).
#eecfff hex color red value is 238, green value is 207 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eecfff hue: 0.77 , saturation: 1.00 and the lightness value of eecfff is 0.91.
The process color (four color CMYK) of #eecfff color hex is 0.07, 0.19, 0.00, 0.00. Web safe color of #eecfff is #ffccff. Color #eecfff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11001111 | 11111111 |
Octal | 356 | 317 | 377 |
Decimal | 238 | 207 | 255 |
Hex | EE | CF | FF |
Shades of #eecfff
Tints of #eecfff
RGB Percentages of Color #eecfff
CMYK Percentages of Color #eecfff
Complementary Color
#eecfff | #e0ffcf |
#eecfff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eecfff Color Preview on White Background
Lorem ipsum dolor sit amet.
#eecfff Color CSS Codes
.mybgcolor {background-color:#eecfff; } .myforecolor {color:#eecfff; } .mybordercolor {border:3px solid #eecfff; }
#eecfff Text Font Color
<p style="color:#eecfff">Text here</p>
This sample text font color is #eecfff
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.
#eecfff Background Color
<div style="background-color:#eecfff">
Div content here</div>
This div background color is #eecfff
#eecfff Border Color
<div style="border:3px solid #eecfff">
Div here</div>
This div border color is #eecfff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,207,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eecfff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eecfff; -webkit-box-shadow: 1px 1px 3px 2px #eecfff; box-shadow: 1px 1px 3px 2px #eecfff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,207,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eecfff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eecfff; -webkit-box-shadow: 1px 1px 3px 2px #eecfff; box-shadow: 1px 1px 3px 2px #eecfff;">
Div content here</div>
This div box has shadow with color #eecfff
#eecfff Color Palettes
Comments
No comments written yet.
Please login to write comment.