Color spaces of #efeffe
RGB | 239 | 239 | 254 |
---|---|---|---|
HSL | 0.67 | 0.88 | 0.97 |
HSV | 240° | 6° | 100° |
CMYK | 0.06 | 0.06 | 0.00 0.00 |
XYZ | 84.3525 | 87.2395 | 106.1590 |
Yxy | 87.2395 | 0.3037 | 0.3141 |
Hunter Lab | 93.4021 | -2.2483 | -2.0064 |
CIE-Lab | 94.8398 | 2.7383 | -7.2150 |
#efeffe color RGB value is (239,239,254).
#efeffe hex color red value is 239, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #efeffe hue: 0.67 , saturation: 0.88 and the lightness value of efeffe is 0.97.
The process color (four color CMYK) of #efeffe color hex is 0.06, 0.06, 0.00, 0.00. Web safe color of #efeffe is #ffffff. Color #efeffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101111 | 11111110 |
Octal | 357 | 357 | 376 |
Decimal | 239 | 239 | 254 |
Hex | EF | EF | FE |
Shades of #efeffe
Tints of #efeffe
RGB Percentages of Color #efeffe
CMYK Percentages of Color #efeffe
Complementary Color
#efeffe | #fefeef |
#efeffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efeffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#efeffe Color CSS Codes
.mybgcolor {background-color:#efeffe; } .myforecolor {color:#efeffe; } .mybordercolor {border:3px solid #efeffe; }
#efeffe Text Font Color
<p style="color:#efeffe">Text here</p>
This sample text font color is #efeffe
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.
#efeffe Background Color
<div style="background-color:#efeffe">
Div content here</div>
This div background color is #efeffe
#efeffe Border Color
<div style="border:3px solid #efeffe">
Div here</div>
This div border color is #efeffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,239,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efeffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efeffe; -webkit-box-shadow: 1px 1px 3px 2px #efeffe; box-shadow: 1px 1px 3px 2px #efeffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,239,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 #efeffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efeffe; -webkit-box-shadow: 1px 1px 3px 2px #efeffe; box-shadow: 1px 1px 3px 2px #efeffe;">
Div content here</div>
This div box has shadow with color #efeffe
Related Colors
#efeffe Color Palettes
Comments
No comments written yet.
Please login to write comment.