Color spaces of #efeffb
RGB | 239 | 239 | 251 |
---|---|---|---|
HSL | 0.67 | 0.60 | 0.96 |
HSV | 240° | 5° | 98° |
CMYK | 0.05 | 0.05 | 0.00 0.02 |
XYZ | 83.8757 | 87.0488 | 103.6482 |
Yxy | 87.0488 | 0.3055 | 0.3170 |
Hunter Lab | 93.2999 | -2.8052 | -0.5561 |
CIE-Lab | 94.7590 | 2.1797 | -5.7783 |
#efeffb color RGB value is (239,239,251).
#efeffb hex color red value is 239, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #efeffb hue: 0.67 , saturation: 0.60 and the lightness value of efeffb is 0.96.
The process color (four color CMYK) of #efeffb color hex is 0.05, 0.05, 0.00, 0.02. Web safe color of #efeffb is #ffffff. Color #efeffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101111 | 11111011 |
Octal | 357 | 357 | 373 |
Decimal | 239 | 239 | 251 |
Hex | EF | EF | FB |
Shades of #efeffb
Tints of #efeffb
RGB Percentages of Color #efeffb
CMYK Percentages of Color #efeffb
Complementary Color
#efeffb | #fbfbef |
#efeffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efeffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#efeffb Color CSS Codes
.mybgcolor {background-color:#efeffb; } .myforecolor {color:#efeffb; } .mybordercolor {border:3px solid #efeffb; }
#efeffb Text Font Color
<p style="color:#efeffb">Text here</p>
This sample text font color is #efeffb
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.
#efeffb Background Color
<div style="background-color:#efeffb">
Div content here</div>
This div background color is #efeffb
#efeffb Border Color
<div style="border:3px solid #efeffb">
Div here</div>
This div border color is #efeffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,239,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efeffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efeffb; -webkit-box-shadow: 1px 1px 3px 2px #efeffb; box-shadow: 1px 1px 3px 2px #efeffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,239,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 #efeffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efeffb; -webkit-box-shadow: 1px 1px 3px 2px #efeffb; box-shadow: 1px 1px 3px 2px #efeffb;">
Div content here</div>
This div box has shadow with color #efeffb
Comments
No comments written yet.
Please login to write comment.