Color spaces of #efbdfa
RGB | 239 | 189 | 250 |
---|---|---|---|
HSL | 0.80 | 0.86 | 0.86 |
HSV | 289° | 24° | 98° |
CMYK | 0.04 | 0.24 | 0.00 0.02 |
XYZ | 71.0495 | 61.6480 | 98.5970 |
Yxy | 61.6480 | 0.3072 | 0.2665 |
Hunter Lab | 78.5162 | 24.1216 | -19.4922 |
CIE-Lab | 82.7259 | 28.2362 | -23.2757 |
#efbdfa color RGB value is (239,189,250).
#efbdfa hex color red value is 239, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #efbdfa hue: 0.80 , saturation: 0.86 and the lightness value of efbdfa is 0.86.
The process color (four color CMYK) of #efbdfa color hex is 0.04, 0.24, 0.00, 0.02. Web safe color of #efbdfa is #ffccff. Color #efbdfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10111101 | 11111010 |
Octal | 357 | 275 | 372 |
Decimal | 239 | 189 | 250 |
Hex | EF | BD | FA |
Shades of #efbdfa
Tints of #efbdfa
RGB Percentages of Color #efbdfa
CMYK Percentages of Color #efbdfa
Complementary Color
#efbdfa | #c8fabd |
#efbdfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efbdfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#efbdfa Color CSS Codes
.mybgcolor {background-color:#efbdfa; } .myforecolor {color:#efbdfa; } .mybordercolor {border:3px solid #efbdfa; }
#efbdfa Text Font Color
<p style="color:#efbdfa">Text here</p>
This sample text font color is #efbdfa
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.
#efbdfa Background Color
<div style="background-color:#efbdfa">
Div content here</div>
This div background color is #efbdfa
#efbdfa Border Color
<div style="border:3px solid #efbdfa">
Div here</div>
This div border color is #efbdfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,189,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efbdfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efbdfa; -webkit-box-shadow: 1px 1px 3px 2px #efbdfa; box-shadow: 1px 1px 3px 2px #efbdfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,189,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efbdfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efbdfa; -webkit-box-shadow: 1px 1px 3px 2px #efbdfa; box-shadow: 1px 1px 3px 2px #efbdfa;">
Div content here</div>
This div box has shadow with color #efbdfa
Comments
No comments written yet.
Please login to write comment.