Color spaces of #efcbfe
RGB | 239 | 203 | 254 |
---|---|---|---|
HSL | 0.78 | 0.96 | 0.90 |
HSV | 282° | 20° | 100° |
CMYK | 0.06 | 0.20 | 0.00 0.00 |
XYZ | 74.8419 | 68.2184 | 102.9888 |
Yxy | 68.2184 | 0.3042 | 0.2773 |
Hunter Lab | 82.5944 | 17.2053 | -16.1139 |
CIE-Lab | 86.1155 | 21.5599 | -20.2627 |
#efcbfe color RGB value is (239,203,254).
#efcbfe hex color red value is 239, green value is 203 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #efcbfe hue: 0.78 , saturation: 0.96 and the lightness value of efcbfe is 0.90.
The process color (four color CMYK) of #efcbfe color hex is 0.06, 0.20, 0.00, 0.00. Web safe color of #efcbfe is #ffccff. Color #efcbfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11001011 | 11111110 |
Octal | 357 | 313 | 376 |
Decimal | 239 | 203 | 254 |
Hex | EF | CB | FE |
Shades of #efcbfe
Tints of #efcbfe
RGB Percentages of Color #efcbfe
CMYK Percentages of Color #efcbfe
Complementary Color
#efcbfe | #dafecb |
#efcbfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efcbfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#efcbfe Color CSS Codes
.mybgcolor {background-color:#efcbfe; } .myforecolor {color:#efcbfe; } .mybordercolor {border:3px solid #efcbfe; }
#efcbfe Text Font Color
<p style="color:#efcbfe">Text here</p>
This sample text font color is #efcbfe
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.
#efcbfe Background Color
<div style="background-color:#efcbfe">
Div content here</div>
This div background color is #efcbfe
#efcbfe Border Color
<div style="border:3px solid #efcbfe">
Div here</div>
This div border color is #efcbfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,203,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efcbfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efcbfe; -webkit-box-shadow: 1px 1px 3px 2px #efcbfe; box-shadow: 1px 1px 3px 2px #efcbfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,203,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efcbfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efcbfe; -webkit-box-shadow: 1px 1px 3px 2px #efcbfe; box-shadow: 1px 1px 3px 2px #efcbfe;">
Div content here</div>
This div box has shadow with color #efcbfe
Comments
No comments written yet.
Please login to write comment.