Color spaces of #efe9fb
RGB | 239 | 233 | 251 |
---|---|---|---|
HSL | 0.72 | 0.69 | 0.95 |
HSV | 260° | 7° | 98° |
CMYK | 0.05 | 0.07 | 0.00 0.02 |
XYZ | 82.1481 | 83.5936 | 103.0723 |
Yxy | 83.5936 | 0.3056 | 0.3110 |
Hunter Lab | 91.4295 | 0.3780 | -2.8394 |
CIE-Lab | 93.2737 | 5.2661 | -7.9741 |
#efe9fb color RGB value is (239,233,251).
#efe9fb hex color red value is 239, green value is 233 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #efe9fb hue: 0.72 , saturation: 0.69 and the lightness value of efe9fb is 0.95.
The process color (four color CMYK) of #efe9fb color hex is 0.05, 0.07, 0.00, 0.02. Web safe color of #efe9fb is #ffffff. Color #efe9fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101001 | 11111011 |
Octal | 357 | 351 | 373 |
Decimal | 239 | 233 | 251 |
Hex | EF | E9 | FB |
Shades of #efe9fb
Tints of #efe9fb
RGB Percentages of Color #efe9fb
CMYK Percentages of Color #efe9fb
Complementary Color
#efe9fb | #f5fbe9 |
#efe9fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efe9fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#efe9fb Color CSS Codes
.mybgcolor {background-color:#efe9fb; } .myforecolor {color:#efe9fb; } .mybordercolor {border:3px solid #efe9fb; }
#efe9fb Text Font Color
<p style="color:#efe9fb">Text here</p>
This sample text font color is #efe9fb
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.
#efe9fb Background Color
<div style="background-color:#efe9fb">
Div content here</div>
This div background color is #efe9fb
#efe9fb Border Color
<div style="border:3px solid #efe9fb">
Div here</div>
This div border color is #efe9fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,233,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efe9fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efe9fb; -webkit-box-shadow: 1px 1px 3px 2px #efe9fb; box-shadow: 1px 1px 3px 2px #efe9fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,233,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efe9fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efe9fb; -webkit-box-shadow: 1px 1px 3px 2px #efe9fb; box-shadow: 1px 1px 3px 2px #efe9fb;">
Div content here</div>
This div box has shadow with color #efe9fb
Comments
No comments written yet.
Please login to write comment.