Color spaces of #efbefd
RGB | 239 | 190 | 253 |
---|---|---|---|
HSL | 0.80 | 0.94 | 0.87 |
HSV | 287° | 25° | 99° |
CMYK | 0.06 | 0.25 | 0.00 0.01 |
XYZ | 71.7397 | 62.2695 | 101.1666 |
Yxy | 62.2695 | 0.3050 | 0.2648 |
Hunter Lab | 78.9110 | 24.1839 | -20.7741 |
CIE-Lab | 83.0565 | 28.2757 | -24.3721 |
#efbefd color RGB value is (239,190,253).
#efbefd hex color red value is 239, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #efbefd hue: 0.80 , saturation: 0.94 and the lightness value of efbefd is 0.87.
The process color (four color CMYK) of #efbefd color hex is 0.06, 0.25, 0.00, 0.01. Web safe color of #efbefd is #ffccff. Color #efbefd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10111110 | 11111101 |
Octal | 357 | 276 | 375 |
Decimal | 239 | 190 | 253 |
Hex | EF | BE | FD |
Shades of #efbefd
Tints of #efbefd
RGB Percentages of Color #efbefd
CMYK Percentages of Color #efbefd
Complementary Color
#efbefd | #ccfdbe |
#efbefd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efbefd Color Preview on White Background
Lorem ipsum dolor sit amet.
#efbefd Color CSS Codes
.mybgcolor {background-color:#efbefd; } .myforecolor {color:#efbefd; } .mybordercolor {border:3px solid #efbefd; }
#efbefd Text Font Color
<p style="color:#efbefd">Text here</p>
This sample text font color is #efbefd
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.
#efbefd Background Color
<div style="background-color:#efbefd">
Div content here</div>
This div background color is #efbefd
#efbefd Border Color
<div style="border:3px solid #efbefd">
Div here</div>
This div border color is #efbefd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,190,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efbefd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efbefd; -webkit-box-shadow: 1px 1px 3px 2px #efbefd; box-shadow: 1px 1px 3px 2px #efbefd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,190,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 #efbefd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efbefd; -webkit-box-shadow: 1px 1px 3px 2px #efbefd; box-shadow: 1px 1px 3px 2px #efbefd;">
Div content here</div>
This div box has shadow with color #efbefd
Comments
No comments written yet.
Please login to write comment.