Color spaces of #effcf6
RGB | 239 | 252 | 246 |
---|---|---|---|
HSL | 0.42 | 0.68 | 0.96 |
HSV | 152° | 5° | 99° |
CMYK | 0.05 | 0.00 | 0.02 0.01 |
XYZ | 87.0416 | 94.6254 | 100.8657 |
Yxy | 94.6254 | 0.3081 | 0.3349 |
Hunter Lab | 97.2756 | -10.5116 | 6.6147 |
CIE-Lab | 97.8834 | -5.3282 | 1.3852 |
#effcf6 color RGB value is (239,252,246).
#effcf6 hex color red value is 239, green value is 252 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #effcf6 hue: 0.42 , saturation: 0.68 and the lightness value of effcf6 is 0.96.
The process color (four color CMYK) of #effcf6 color hex is 0.05, 0.00, 0.02, 0.01. Web safe color of #effcf6 is #ffffff. Color #effcf6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111100 | 11110110 |
Octal | 357 | 374 | 366 |
Decimal | 239 | 252 | 246 |
Hex | EF | FC | F6 |
Shades of #effcf6
Tints of #effcf6
RGB Percentages of Color #effcf6
CMYK Percentages of Color #effcf6
Complementary Color
#effcf6 | #fceff5 |
#effcf6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#effcf6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#effcf6 Color CSS Codes
.mybgcolor {background-color:#effcf6; } .myforecolor {color:#effcf6; } .mybordercolor {border:3px solid #effcf6; }
#effcf6 Text Font Color
<p style="color:#effcf6">Text here</p>
This sample text font color is #effcf6
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.
#effcf6 Background Color
<div style="background-color:#effcf6">
Div content here</div>
This div background color is #effcf6
#effcf6 Border Color
<div style="border:3px solid #effcf6">
Div here</div>
This div border color is #effcf6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,252,246, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #effcf6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #effcf6; -webkit-box-shadow: 1px 1px 3px 2px #effcf6; box-shadow: 1px 1px 3px 2px #effcf6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,252,246, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #effcf6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #effcf6; -webkit-box-shadow: 1px 1px 3px 2px #effcf6; box-shadow: 1px 1px 3px 2px #effcf6;">
Div content here</div>
This div box has shadow with color #effcf6
Comments
No comments written yet.
Please login to write comment.