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