Color spaces of #efceff
RGB | 239 | 206 | 255 |
---|---|---|---|
HSL | 0.78 | 1.00 | 0.90 |
HSV | 280° | 19° | 100° |
CMYK | 0.06 | 0.19 | 0.00 0.00 |
XYZ | 75.7179 | 69.7133 | 104.0730 |
Yxy | 69.7133 | 0.3035 | 0.2794 |
Hunter Lab | 83.4945 | 15.7593 | -15.4568 |
CIE-Lab | 86.8561 | 20.1624 | -19.6725 |
#efceff color RGB value is (239,206,255).
#efceff hex color red value is 239, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #efceff hue: 0.78 , saturation: 1.00 and the lightness value of efceff is 0.90.
The process color (four color CMYK) of #efceff color hex is 0.06, 0.19, 0.00, 0.00. Web safe color of #efceff is #ffccff. Color #efceff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11001110 | 11111111 |
Octal | 357 | 316 | 377 |
Decimal | 239 | 206 | 255 |
Hex | EF | CE | FF |
Shades of #efceff
Tints of #efceff
RGB Percentages of Color #efceff
CMYK Percentages of Color #efceff
Complementary Color
#efceff | #deffce |
#efceff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efceff Color Preview on White Background
Lorem ipsum dolor sit amet.
#efceff Color CSS Codes
.mybgcolor {background-color:#efceff; } .myforecolor {color:#efceff; } .mybordercolor {border:3px solid #efceff; }
#efceff Text Font Color
<p style="color:#efceff">Text here</p>
This sample text font color is #efceff
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.
#efceff Background Color
<div style="background-color:#efceff">
Div content here</div>
This div background color is #efceff
#efceff Border Color
<div style="border:3px solid #efceff">
Div here</div>
This div border color is #efceff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,206,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efceff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efceff; -webkit-box-shadow: 1px 1px 3px 2px #efceff; box-shadow: 1px 1px 3px 2px #efceff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,206,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 #efceff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efceff; -webkit-box-shadow: 1px 1px 3px 2px #efceff; box-shadow: 1px 1px 3px 2px #efceff;">
Div content here</div>
This div box has shadow with color #efceff
Comments
No comments written yet.
Please login to write comment.